#AB5CB4

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

Shades of Violet Blue #AB5CB4

Tints of Violet Blue #AB5CB4

Color information

#AB5CB4 (or 0xAB5CB4) is unknown color: approx Violet Blue. HEX triplet: AB, 5C and B4. RGB value is (171,92,180). Sum of RGB (Red+Green+Blue) = 171+92+180=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB5CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CB4 is #54A34B. Grayscale: #7D7D7D. Windows color (decimal): -5546828 or 11820203. OLE color: 11820203.

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

Color convert

RGB17192180-
CMYK0.050.4900.29
HSL293.86º36.97%53.33%-
HSV(B)293.86º48.89%70.59%-
XYZ28.8619.6145.44-
YUV125.65158.67160.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=38.60%
G=20.77%
B=40.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171921800.050.4900.29293.8636.9753.33
HexAB5CB453101D1262535
Octal2531342645610354464565
Binary10101011101110010110100101110001011101100100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CB4; }

 p { color: rgb(171,92,180); }

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

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

 a { background-color: rgb(171,92,180); }

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

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

 span { border-color: rgb(171,92,180); }

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