#AB4A9D

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

Shades of Violet Blue #AB4A9D

Tints of Violet Blue #AB4A9D

Color information

#AB4A9D (or 0xAB4A9D) is unknown color: approx Violet Blue. HEX triplet: AB, 4A and 9D. RGB value is (171,74,157). Sum of RGB (Red+Green+Blue) = 171+74+157=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4A9D is #54B562. Grayscale: #707070. Windows color (decimal): -5551459 or 10308267. OLE color: 10308267.

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

Color convert

RGB17174157-
CMYK00.570.080.33
HSL308.66º39.59%48.04%-
HSV(B)308.66º56.73%67.06%-
XYZ25.3315.9933.65-
YUV112.46153.14169.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=42.54%
G=18.41%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717415700.570.080.33308.6639.5948.04
HexAB4A9D0398211352830
Octal25311223507110414655060
Binary1010101110010101001110101110011000100001100110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A9D; }

 p { color: rgb(171,74,157); }

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

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

 a { background-color: rgb(171,74,157); }

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

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

 span { border-color: rgb(171,74,157); }

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