#A65AAB

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

Shades of Violet Blue #A65AAB

Tints of Violet Blue #A65AAB

Color information

#A65AAB (or 0xA65AAB) is unknown color: approx Violet Blue. HEX triplet: A6, 5A and AB. RGB value is (166,90,171). Sum of RGB (Red+Green+Blue) = 166+90+171=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AAB is #59A554. Grayscale: #797979. Windows color (decimal): -5875029 or 11229862. OLE color: 11229862.

HSL color Cylindrical-coordinate representation of color #A65AAB: hue angle of 296.3º degrees, saturation: 0.33, 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 #A65AAB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16690171-
CMYK0.030.4700.33
HSL296.3º32.53%51.18%-
HSV(B)296.3º47.37%67.06%-
XYZ26.7318.3640.66-
YUV121.96155.68159.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=38.88%
G=21.08%
B=40.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166901710.030.4700.33296.332.5351.18
HexA65AAB32F0211282133
Octal2461322533570414504163
Binary10100110101101010101011111011110100001100101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65AAB; }

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

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

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

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

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

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

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

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