#A066AA

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

Shades of Violet Blue #A066AA

Tints of Violet Blue #A066AA

Color information

#A066AA (or 0xA066AA) is unknown color: approx Violet Blue. HEX triplet: A0, 66 and AA. RGB value is (160,102,170). Sum of RGB (Red+Green+Blue) = 160+102+170=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A066AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AA is #5F9955. Grayscale: #7E7E7E. Windows color (decimal): -6265174 or 11167392. OLE color: 11167392.

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

Color convert

RGB160102170-
CMYK0.060.400.33
HSL291.18º28.57%53.33%-
HSV(B)291.18º40%66.67%-
XYZ26.519.8840.47-
YUV127.09152.22151.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=37.04%
G=23.61%
B=39.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601021700.060.400.33291.1828.5753.33
HexA066AA6280211231d35
Octal2401462526500414433565
Binary10100000110011010101010110101000010000110010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066AA; }

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

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

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

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

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

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

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

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