#AB4B9A

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

Shades of Violet Blue #AB4B9A

Tints of Violet Blue #AB4B9A

Color information

#AB4B9A (or 0xAB4B9A) is unknown color: approx Violet Blue. HEX triplet: AB, 4B and 9A. RGB value is (171,75,154). Sum of RGB (Red+Green+Blue) = 171+75+154=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B9A is #54B465. Grayscale: #707070. Windows color (decimal): -5551206 or 10111915. OLE color: 10111915.

HSL color Cylindrical-coordinate representation of color #AB4B9A: hue angle of 310.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4B9A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17175154-
CMYK00.560.100.33
HSL310.62º39.02%48.24%-
HSV(B)310.62º56.14%67.06%-
XYZ25.1416.0232.34-
YUV112.71151.3169.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=42.75%
G=18.75%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717515400.560.100.33310.6239.0248.24
HexAB4B9A038A211372730
Octal25311323207012414674760
Binary1010101110010111001101001110001010100001100110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B9A; }

 p { color: rgb(171,75,154); }

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

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

 a { background-color: rgb(171,75,154); }

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

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

 span { border-color: rgb(171,75,154); }

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