#A65CAA

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

Shades of Violet Blue #A65CAA

Tints of Violet Blue #A65CAA

Color information

#A65CAA (or 0xA65CAA) is unknown color: approx Violet Blue. HEX triplet: A6, 5C and AA. RGB value is (166,92,170). Sum of RGB (Red+Green+Blue) = 166+92+170=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A65CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CAA is #59A355. Grayscale: #7A7A7A. Windows color (decimal): -5874518 or 11164838. OLE color: 11164838.

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

Color convert

RGB16692170-
CMYK0.020.4600.33
HSL296.92º31.45%51.37%-
HSV(B)296.92º45.88%66.67%-
XYZ26.8118.6640.22-
YUV123.02154.52158.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=38.79%
G=21.50%
B=39.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166921700.020.4600.33296.9231.4551.37
HexA65CAA22E0211291f33
Octal2461342522560414513763
Binary1010011010111001010101010101110010000110010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CAA; }

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

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

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

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

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

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

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

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