#AB65A1

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

Shades of Violet Blue #AB65A1

Tints of Violet Blue #AB65A1

Color information

#AB65A1 (or 0xAB65A1) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and A1. RGB value is (171,101,161). Sum of RGB (Red+Green+Blue) = 171+101+161=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A1 is #549A5E. Grayscale: #808080. Windows color (decimal): -5544543 or 10577323. OLE color: 10577323.

HSL color Cylindrical-coordinate representation of color #AB65A1: hue angle of 308.57º 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 #AB65A1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171101161-
CMYK00.410.060.33
HSL308.57º29.41%53.33%-
HSV(B)308.57º40.94%67.06%-
XYZ27.8820.5436.21-
YUV128.77146.19158.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=39.49%
G=23.33%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110116100.410.060.33308.5729.4153.33
HexAB65A10296211351d35
Octal2531452410516414653565
Binary10101011110010110100001010100111010000110011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65A1; }

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

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

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

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

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

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

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

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