#AB65A3

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

Shades of Violet Blue #AB65A3

Tints of Violet Blue #AB65A3

Color information

#AB65A3 (or 0xAB65A3) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and A3. RGB value is (171,101,163). Sum of RGB (Red+Green+Blue) = 171+101+163=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A3 is #549A5C. Grayscale: #808080. Windows color (decimal): -5544541 or 10708395. OLE color: 10708395.

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

Color convert

RGB171101163-
CMYK00.410.050.33
HSL306.86º29.41%53.33%-
HSV(B)306.86º40.94%67.06%-
XYZ28.0620.6137.15-
YUV129147.19157.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=39.31%
G=23.22%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110116300.410.050.33306.8629.4153.33
HexAB65A30295211331d35
Octal2531452430515414633565
Binary10101011110010110100011010100110110000110011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65A3; }

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

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

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

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

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

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

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

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