#A866AA

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

Shades of Violet Blue #A866AA

Tints of Violet Blue #A866AA

Color information

#A866AA (or 0xA866AA) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and AA. RGB value is (168,102,170). Sum of RGB (Red+Green+Blue) = 168+102+170=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A866AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A866AA is #579955. Grayscale: #818181. Windows color (decimal): -5740886 or 11167400. OLE color: 11167400.

HSL color Cylindrical-coordinate representation of color #A866AA: hue angle of 298.24º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A866AA is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168102170-
CMYK0.010.400.33
HSL298.24º28.57%53.33%-
HSV(B)298.24º40%66.67%-
XYZ28.1620.7340.55-
YUV129.49150.87155.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=38.18%
G=23.18%
B=38.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681021700.010.400.33298.2428.5753.33
HexA866AA12802112a1d35
Octal2501462521500414523565
Binary101010001100110101010101101000010000110010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866AA; }

 p { color: rgb(168,102,170); }

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

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

 a { background-color: rgb(168,102,170); }

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

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

 span { border-color: rgb(168,102,170); }

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