#A65CAB

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

Shades of Violet Blue #A65CAB

Tints of Violet Blue #A65CAB

Color information

#A65CAB (or 0xA65CAB) is unknown color: approx Violet Blue. HEX triplet: A6, 5C and AB. RGB value is (166,92,171). Sum of RGB (Red+Green+Blue) = 166+92+171=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CAB is #59A354. Grayscale: #7A7A7A. Windows color (decimal): -5874517 or 11230374. OLE color: 11230374.

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

Color convert

RGB16692171-
CMYK0.030.4600.33
HSL296.2º31.98%51.57%-
HSV(B)296.2º46.2%67.06%-
XYZ26.918.740.72-
YUV123.13155.02158.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=38.69%
G=21.45%
B=39.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166921710.030.4600.33296.231.9851.57
HexA65CAB32E0211282034
Octal2461342533560414504064
Binary10100110101110010101011111011100100001100101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CAB; }

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

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

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

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

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

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

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

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