#AB1875

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

Shades of Jazzberry Jam #AB1875

Tints of Jazzberry Jam #AB1875

Color information

#AB1875 (or 0xAB1875) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 18 and 75. RGB value is (171,24,117). Sum of RGB (Red+Green+Blue) = 171+24+117=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1875 is #54E78A. Grayscale: #4E4E4E. Windows color (decimal): -5564299 or 7674027. OLE color: 7674027.

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

Color convert

RGB17124117-
CMYK00.860.320.33
HSL322.04º75.38%38.24%-
HSV(B)322.04º85.96%67.06%-
XYZ20.3310.617.8-
YUV78.56149.7193.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=54.81%
G=7.69%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712411700.860.320.33322.0475.3838.24
HexAB187505620211424b26
Octal253301650126404150211346
Binary10101011110001110101010101101000001000011010000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1875; }

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

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

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

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

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

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

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

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