#AB0A4F

Color #AB0A4F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AB0A4F

Tints of Jazzberry Jam #AB0A4F

Color information

#AB0A4F (or 0xAB0A4F) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0A and 4F. RGB value is (171,10,79). Sum of RGB (Red+Green+Blue) = 171+10+79=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A4F is #54F5B0. Grayscale: #414141. Windows color (decimal): -5567921 or 5180075. OLE color: 5180075.

HSL color Cylindrical-coordinate representation of color #AB0A4F: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A4F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1711079-
CMYK00.940.540.33
HSL334.29º88.95%35.49%-
HSV(B)334.29º94.15%67.06%-
XYZ18.319.448.25-
YUV66135.34202.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.77%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=65.77%
G=3.85%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171107900.940.540.33334.2988.9535.49
HexABA4F05E362114e5923
Octal253121170136664151613143
Binary1010101110101001111010111101101101000011010011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A4F; }

 p { color: rgb(171,10,79); }

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

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

 a { background-color: rgb(171,10,79); }

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

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

 span { border-color: rgb(171,10,79); }

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