#A266AB

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

Shades of Violet Blue #A266AB

Tints of Violet Blue #A266AB

Color information

#A266AB (or 0xA266AB) is unknown color: approx Violet Blue. HEX triplet: A2, 66 and AB. RGB value is (162,102,171). Sum of RGB (Red+Green+Blue) = 162+102+171=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #A266AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266AB is #5D9954. Grayscale: #7F7F7F. Windows color (decimal): -6134101 or 11232930. OLE color: 11232930.

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

Color convert

RGB162102171-
CMYK0.050.4000.33
HSL292.17º29.11%53.53%-
HSV(B)292.17º40.35%67.06%-
XYZ2720.1240.99-
YUV127.81152.38152.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=37.24%
G=23.45%
B=39.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621021710.050.4000.33292.1729.1153.53
HexA266AB5280211241d36
Octal2421462535500414443566
Binary10100010110011010101011101101000010000110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266AB; }

 p { color: rgb(162,102,171); }

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

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

 a { background-color: rgb(162,102,171); }

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

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

 span { border-color: rgb(162,102,171); }

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