#A864B4

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

Shades of Violet Blue #A864B4

Tints of Violet Blue #A864B4

Color information

#A864B4 (or 0xA864B4) is unknown color: approx Violet Blue. HEX triplet: A8, 64 and B4. RGB value is (168,100,180). Sum of RGB (Red+Green+Blue) = 168+100+180=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #A864B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864B4 is #579B4B. Grayscale: #818181. Windows color (decimal): -5741388 or 11822248. OLE color: 11822248.

HSL color Cylindrical-coordinate representation of color #A864B4: hue angle of 291º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A864B4 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168100180-
CMYK0.070.4400.29
HSL291º34.78%54.9%-
HSV(B)291º44.44%70.59%-
XYZ28.9420.7345.66-
YUV129.45156.53155.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=37.5%
G=22.32%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681001800.070.4400.2929134.7854.9
HexA864B472C01D1232337
Octal2501442647540354434367
Binary10101000110010010110100111101100011101100100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864B4; }

 p { color: rgb(168,100,180); }

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

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

 a { background-color: rgb(168,100,180); }

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

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

 span { border-color: rgb(168,100,180); }

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