#A65AAA

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

Shades of Violet Blue #A65AAA

Tints of Violet Blue #A65AAA

Color information

#A65AAA (or 0xA65AAA) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and AA. RGB value is (166,90,170). Sum of RGB (Red+Green+Blue) = 166+90+170=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A65AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AAA is #59A555. Grayscale: #797979. Windows color (decimal): -5875030 or 11164326. OLE color: 11164326.

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

Color convert

RGB16690170-
CMYK0.020.4700.33
HSL297º32%50.98%-
HSV(B)297º47.06%66.67%-
XYZ26.6418.3240.16-
YUV121.84155.18159.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=38.97%
G=21.13%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166901700.020.4700.332973250.98
HexA65AAA22F0211292033
Octal2461322522570414514063
Binary10100110101101010101010101011110100001100101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65AAA; }

 p { color: rgb(166,90,170); }

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

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

 a { background-color: rgb(166,90,170); }

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

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

 span { border-color: rgb(166,90,170); }

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