#AB5DB5

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

Shades of Violet Blue #AB5DB5

Tints of Violet Blue #AB5DB5

Color information

#AB5DB5 (or 0xAB5DB5) is unknown color: approx Violet Blue. HEX triplet: AB, 5D and B5. RGB value is (171,93,181). Sum of RGB (Red+Green+Blue) = 171+93+181=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB5DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DB5 is #54A24A. Grayscale: #7E7E7E. Windows color (decimal): -5546571 or 11885995. OLE color: 11885995.

HSL color Cylindrical-coordinate representation of color #AB5DB5: hue angle of 293.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5DB5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17193181-
CMYK0.060.4900.29
HSL293.18º37.29%53.73%-
HSV(B)293.18º48.62%70.98%-
XYZ29.0519.8246.01-
YUV126.35158.84159.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 181 (71.09% from 255) = 40.67%
R=38.43%
G=20.90%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171931810.060.4900.29293.1837.2953.73
HexAB5DB563101D1252536
Octal2531352656610354454566
Binary10101011101110110110101110110001011101100100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DB5; }

 p { color: rgb(171,93,181); }

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

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

 a { background-color: rgb(171,93,181); }

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

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

 span { border-color: rgb(171,93,181); }

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