#a955a4

Color #A955A4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A955A4

Tints of Violet Blue #A955A4

Color information

#A955A4 (or 0xA955A4) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and A4. RGB value is (169,85,164). Sum of RGB (Red+Green+Blue) = 169+85+164=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A955A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A955A4 is #56AA5B. Grayscale: #767676. Windows color (decimal): -5679708 or 10769833. OLE color: 10769833.

HSL color Cylindrical-coordinate representation of color #A955A4: hue angle of 303.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A955A4 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16985164-
CMYK00.500.030.34
HSL303.57º33.07%49.8%-
HSV(B)303.57º49.7%66.27%-
XYZ26.3117.6137.13-
YUV119.12153.33163.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=40.43%
G=20.33%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698516400.500.030.34303.5733.0749.8
HexA955A40323221302132
Octal2511252440623424604162
Binary10101001101010110100100011001011100010100110000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a955a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a955a4; }

 p { color: rgb(169,85,164); }

 H1.HeaderClassName
 {
   color: #a955a4;
 }
 .AnyTagClassName
 {
   color: #a955a4;
 }
</style>
background-color css

<style>
 a { background-color: #a955a4; }

 a { background-color: rgb(169,85,164); }

 div.DivClassName
 {
   background-color: #a955a4;
 }
 .BgClassName
 {
   background-color: #a955a4;
 }
</style>
border-color css

<style>
 span { border-color: #a955a4; }

 span { border-color: rgb(169,85,164); }

 td.TdClassName
 {
   border-color: #a955a4;
 }
 .TagClassName
 {
   border-color: #a955a4;
 }
</style>