#AB409B

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

Shades of Violet Blue #AB409B

Tints of Violet Blue #AB409B

Color information

#AB409B (or 0xAB409B) is unknown color: approx Violet Blue. HEX triplet: AB, 40 and 9B. RGB value is (171,64,155). Sum of RGB (Red+Green+Blue) = 171+64+155=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB409B is #54BF64. Grayscale: #6A6A6A. Windows color (decimal): -5554021 or 10174635. OLE color: 10174635.

HSL color Cylindrical-coordinate representation of color #AB409B: hue angle of 308.97º 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 #AB409B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17164155-
CMYK00.630.090.33
HSL308.97º45.53%46.08%-
HSV(B)308.97º62.57%67.06%-
XYZ24.5414.6932.55-
YUV106.37155.45174.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=43.85%
G=16.41%
B=39.74%

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
Decimal1716415500.630.090.33308.9745.5346.08
HexAB409B03F9211352e2e
Octal25310023307711414655656
Binary1010101110000001001101101111111001100001100110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB409B; }

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

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

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

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

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

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

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

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