#A266AA

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

Shades of Violet Blue #A266AA

Tints of Violet Blue #A266AA

Color information

#A266AA (or 0xA266AA) is unknown color: approx Violet Blue. HEX triplet: A2, 66 and AA. RGB value is (162,102,170). Sum of RGB (Red+Green+Blue) = 162+102+170=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A266AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266AA is #5D9955. Grayscale: #7F7F7F. Windows color (decimal): -6134102 or 11167394. OLE color: 11167394.

HSL color Cylindrical-coordinate representation of color #A266AA: hue angle of 292.94º 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 #A266AA is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162102170-
CMYK0.050.400.33
HSL292.94º28.57%53.33%-
HSV(B)292.94º40%66.67%-
XYZ26.9120.0940.49-
YUV127.69151.88152.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=37.33%
G=23.50%
B=39.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621021700.050.400.33292.9428.5753.33
HexA266AA5280211251d35
Octal2421462525500414453565
Binary10100010110011010101010101101000010000110010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266AA; }

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

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

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

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

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

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

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

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