#AB65A4

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

Shades of Violet Blue #AB65A4

Tints of Violet Blue #AB65A4

Color information

#AB65A4 (or 0xAB65A4) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and A4. RGB value is (171,101,164). Sum of RGB (Red+Green+Blue) = 171+101+164=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A4 is #549A5B. Grayscale: #808080. Windows color (decimal): -5544540 or 10773931. OLE color: 10773931.

HSL color Cylindrical-coordinate representation of color #AB65A4: hue angle of 306º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB65A4 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171101164-
CMYK00.410.040.33
HSL306º29.41%53.33%-
HSV(B)306º40.94%67.06%-
XYZ28.1520.6537.62-
YUV129.11147.69157.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=39.22%
G=23.17%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110116400.410.040.3330629.4153.33
HexAB65A40294211321d35
Octal2531452440514414623565
Binary10101011110010110100100010100110010000110011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65A4; }

 p { color: rgb(171,101,164); }

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

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

 a { background-color: rgb(171,101,164); }

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

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

 span { border-color: rgb(171,101,164); }

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