#A65C9A

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

Shades of Violet Blue #A65C9A

Tints of Violet Blue #A65C9A

Color information

#A65C9A (or 0xA65C9A) is unknown color: approx Violet Blue. HEX triplet: A6, 5C and 9A. RGB value is (166,92,154). Sum of RGB (Red+Green+Blue) = 166+92+154=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C9A is #59A365. Grayscale: #797979. Windows color (decimal): -5874534 or 10116262. OLE color: 10116262.

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

Color convert

RGB16692154-
CMYK00.450.070.35
HSL309.73º29.37%50.59%-
HSV(B)309.73º44.58%65.1%-
XYZ25.3918.0932.73-
YUV121.19146.52159.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=40.29%
G=22.33%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669215400.450.070.35309.7329.3750.59
HexA65C9A02D7231361d33
Octal2461342320557434663563
Binary10100110101110010011010010110111110001110011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C9A; }

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

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

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

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

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

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

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

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