#A869AB

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

Shades of Violet Blue #A869AB

Tints of Violet Blue #A869AB

Color information

#A869AB (or 0xA869AB) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and AB. RGB value is (168,105,171). Sum of RGB (Red+Green+Blue) = 168+105+171=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A869AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869AB is #579654. Grayscale: #838383. Windows color (decimal): -5740117 or 11233704. OLE color: 11233704.

HSL color Cylindrical-coordinate representation of color #A869AB: hue angle of 297.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A869AB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168105171-
CMYK0.020.3900.33
HSL297.27º28.21%54.12%-
HSV(B)297.27º38.6%67.06%-
XYZ28.5521.3741.15-
YUV131.36150.37154.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=37.84%
G=23.65%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681051710.020.3900.33297.2728.2154.12
HexA869AB2270211291c36
Octal2501512532470414513466
Binary1010100011010011010101110100111010000110010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869AB; }

 p { color: rgb(168,105,171); }

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

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

 a { background-color: rgb(168,105,171); }

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

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

 span { border-color: rgb(168,105,171); }

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