#AB64A1

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

Shades of Violet Blue #AB64A1

Tints of Violet Blue #AB64A1

Color information

#AB64A1 (or 0xAB64A1) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and A1. RGB value is (171,100,161). Sum of RGB (Red+Green+Blue) = 171+100+161=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB64A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64A1 is #549B5E. Grayscale: #808080. Windows color (decimal): -5544799 or 10577067. OLE color: 10577067.

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

Color convert

RGB171100161-
CMYK00.420.060.33
HSL308.45º29.71%53.14%-
HSV(B)308.45º41.52%67.06%-
XYZ27.7820.3536.18-
YUV128.18146.52158.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=39.58%
G=23.15%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110016100.420.060.33308.4529.7153.14
HexAB64A102A6211341e35
Octal2531442410526414643665
Binary10101011110010010100001010101011010000110011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64A1; }

 p { color: rgb(171,100,161); }

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

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

 a { background-color: rgb(171,100,161); }

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

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

 span { border-color: rgb(171,100,161); }

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