#AB1951

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

Shades of Jazzberry Jam #AB1951

Tints of Jazzberry Jam #AB1951

Color information

#AB1951 (or 0xAB1951) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 19 and 51. RGB value is (171,25,81). Sum of RGB (Red+Green+Blue) = 171+25+81=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1951 is #54E6AE. Grayscale: #4A4A4A. Windows color (decimal): -5564079 or 5314987. OLE color: 5314987.

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

Color convert

RGB1712581-
CMYK00.850.530.33
HSL336.99º74.49%38.43%-
HSV(B)336.99º85.38%67.06%-
XYZ18.639.958.72-
YUV75.04131.37196.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=61.73%
G=9.03%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171258100.850.530.33336.9974.4938.43
HexAB195105535211514a26
Octal253311210125654152111246
Binary10101011110011010001010101011101011000011010100011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1951; }

 p { color: rgb(171,25,81); }

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

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

 a { background-color: rgb(171,25,81); }

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

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

 span { border-color: rgb(171,25,81); }

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