#AB1A4F

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

Shades of Jazzberry Jam #AB1A4F

Tints of Jazzberry Jam #AB1A4F

Color information

#AB1A4F (or 0xAB1A4F) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1A and 4F. RGB value is (171,26,79). Sum of RGB (Red+Green+Blue) = 171+26+79=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A4F is #54E5B0. Grayscale: #4B4B4B. Windows color (decimal): -5563825 or 5184171. OLE color: 5184171.

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

Color convert

RGB1712679-
CMYK00.850.540.33
HSL338.07º73.6%38.63%-
HSV(B)338.07º84.8%67.06%-
XYZ18.589.968.34-
YUV75.4130.04196.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=61.96%
G=9.42%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171267900.850.540.33338.0773.638.63
HexAB1A4F05536211524a27
Octal253321170125664152211247
Binary10101011110101001111010101011101101000011010100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1A4F; }

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

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

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

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

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

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

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

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