#AB1955

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

Shades of Jazzberry Jam #AB1955

Tints of Jazzberry Jam #AB1955

Color information

#AB1955 (or 0xAB1955) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 19 and 55. RGB value is (171,25,85). Sum of RGB (Red+Green+Blue) = 171+25+85=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1955 is #54E6AA. Grayscale: #4B4B4B. Windows color (decimal): -5564075 or 5577131. OLE color: 5577131.

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

Color convert

RGB1712585-
CMYK00.850.500.33
HSL335.34º74.49%38.43%-
HSV(B)335.34º85.38%67.06%-
XYZ18.7810.019.54-
YUV75.49133.37196.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=60.85%
G=8.90%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171258500.850.500.33335.3474.4938.43
HexAB1955055322114f4a26
Octal253311250125624151711246
Binary10101011110011010101010101011100101000011010011111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1955; }

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

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

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

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

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

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

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

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