#A65A9A

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

Shades of Violet Blue #A65A9A

Tints of Violet Blue #A65A9A

Color information

#A65A9A (or 0xA65A9A) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and 9A. RGB value is (166,90,154). Sum of RGB (Red+Green+Blue) = 166+90+154=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A9A is #59A565. Grayscale: #777777. Windows color (decimal): -5875046 or 10115750. OLE color: 10115750.

HSL color Cylindrical-coordinate representation of color #A65A9A: hue angle of 309.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A9A is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16690154-
CMYK00.460.070.35
HSL309.47º29.92%50.2%-
HSV(B)309.47º45.78%65.1%-
XYZ25.2117.7532.67-
YUV120.02147.18160.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=40.49%
G=21.95%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669015400.460.070.35309.4729.9250.2
HexA65A9A02E7231351e32
Octal2461322320567434653662
Binary10100110101101010011010010111011110001110011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A9A; }

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

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

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

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

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

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

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

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