#ab1855

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

Shades of Jazzberry Jam #AB1855

Tints of Jazzberry Jam #AB1855

Color information

#AB1855 (or 0xAB1855) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 18 and 55. RGB value is (171,24,85). Sum of RGB (Red+Green+Blue) = 171+24+85=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1855 is #54E7AA. Grayscale: #4A4A4A. Windows color (decimal): -5564331 or 5576875. OLE color: 5576875.

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

Color convert

RGB1712485-
CMYK00.860.500.33
HSL335.1º75.38%38.24%-
HSV(B)335.1º85.96%67.06%-
XYZ18.769.979.53-
YUV74.91133.7196.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=61.07%
G=8.57%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171248500.860.500.33335.175.3838.24
HexAB1855056322114f4b26
Octal253301250126624151711346
Binary10101011110001010101010101101100101000011010011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1855; }

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

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

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

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

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

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

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

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