Html Css Color HEX #AB1955 Jazzberry Jam

📋 copy color: '#AB1955'

red 171 ◦ green 25 ◦ blue 85

#AB1955
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AB1955

Tints of Jazzberry Jam #AB1955

RGB

 RED value IS 171 (67.19% from 255) = 60.85%

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 60.85%
G = 8.9%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB1955 (or 0xAB1955) is known color: 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

RGB 171 25 85 -
CMYK 0 0.85 0.50 0.33
HSL 335.34º 0.74% 0.38% -
HSV(B) 335.34º 0.85% 0.67% -
XYZ 18.78 10.01 9.54 -
YUV 75.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 171 25 85 0 0.85 0.50 0.33 335.34 0.74 0.38
Hex AB 19 55 0 55 32 21 14F 4A 26
Octal 253 31 125 0 125 62 41 517 112 46
Binary 10101011 11001 1010101 0 1010101 110010 100001 101001111 1001010 100110

Color Harmonies of #AB1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1955

Black with #AB1955

Text Example


Text Example

White with #AB1955

Text Example


Text Example

HTML Codes & Css Web 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>