#AB1873

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

Shades of Jazzberry Jam #AB1873

Tints of Jazzberry Jam #AB1873

Color information

#AB1873 (or 0xAB1873) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 18 and 73. RGB value is (171,24,115). Sum of RGB (Red+Green+Blue) = 171+24+115=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1873 is #54E78C. Grayscale: #4E4E4E. Windows color (decimal): -5564301 or 7542955. OLE color: 7542955.

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

Color convert

RGB17124115-
CMYK00.860.330.33
HSL322.86º75.38%38.24%-
HSV(B)322.86º85.96%67.06%-
XYZ20.2210.5517.19-
YUV78.33148.7194.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 24 (9.77% from 255) = 7.74%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=55.16%
G=7.74%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712411500.860.330.33322.8675.3838.24
HexAB187305621211434b26
Octal253301630126414150311346
Binary10101011110001110011010101101000011000011010000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1873; }

 p { color: rgb(171,24,115); }

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

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

 a { background-color: rgb(171,24,115); }

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

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

 span { border-color: rgb(171,24,115); }

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