#AB409C

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

Shades of Violet Blue #AB409C

Tints of Violet Blue #AB409C

Color information

#AB409C (or 0xAB409C) is unknown color: approx Violet Blue. HEX triplet: AB, 40 and 9C. RGB value is (171,64,156). Sum of RGB (Red+Green+Blue) = 171+64+156=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB409C is #54BF63. Grayscale: #6A6A6A. Windows color (decimal): -5554020 or 10240171. OLE color: 10240171.

HSL color Cylindrical-coordinate representation of color #AB409C: hue angle of 308.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB409C is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17164156-
CMYK00.630.090.33
HSL308.41º45.53%46.08%-
HSV(B)308.41º62.57%67.06%-
XYZ24.6314.7333-
YUV106.48155.95174.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=43.73%
G=16.37%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716415600.630.090.33308.4145.5346.08
HexAB409C03F9211342e2e
Octal25310023407711414645656
Binary1010101110000001001110001111111001100001100110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB409C; }

 p { color: rgb(171,64,156); }

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

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

 a { background-color: rgb(171,64,156); }

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

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

 span { border-color: rgb(171,64,156); }

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