#AB0A4E

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

Shades of Jazzberry Jam #AB0A4E

Tints of Jazzberry Jam #AB0A4E

Color information

#AB0A4E (or 0xAB0A4E) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0A and 4E. RGB value is (171,10,78). Sum of RGB (Red+Green+Blue) = 171+10+78=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A4E is #54F5B1. Grayscale: #414141. Windows color (decimal): -5567922 or 5114539. OLE color: 5114539.

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

Color convert

RGB1711078-
CMYK00.940.540.33
HSL334.66º88.95%35.49%-
HSV(B)334.66º94.15%67.06%-
XYZ18.289.438.06-
YUV65.89134.84202.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=66.02%
G=3.86%
B=30.12%

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
Decimal171107800.940.540.33334.6688.9535.49
HexABA4E05E362114f5923
Octal253121160136664151713143
Binary1010101110101001110010111101101101000011010011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A4E; }

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

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

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

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

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

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

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

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