#AB4299

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

Shades of Violet Blue #AB4299

Tints of Violet Blue #AB4299

Color information

#AB4299 (or 0xAB4299) is unknown color: approx Violet Blue. HEX triplet: AB, 42 and 99. RGB value is (171,66,153). Sum of RGB (Red+Green+Blue) = 171+66+153=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4299 is #54BD66. Grayscale: #6B6B6B. Windows color (decimal): -5553511 or 10044075. OLE color: 10044075.

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

Color convert

RGB17166153-
CMYK00.610.110.33
HSL310.29º44.3%46.47%-
HSV(B)310.29º61.4%67.06%-
XYZ24.4914.8531.71-
YUV107.31153.79173.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=43.85%
G=16.92%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716615300.610.110.33310.2944.346.47
HexAB429903DB211362c2e
Octal25310223107513414665456
Binary1010101110000101001100101111011011100001100110110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4299; }

 p { color: rgb(171,66,153); }

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

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

 a { background-color: rgb(171,66,153); }

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

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

 span { border-color: rgb(171,66,153); }

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