Html Css Color HEX #AB1956 Jazzberry Jam

📋 copy color: '#AB1956'

red 171 ◦ green 25 ◦ blue 86

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

Shades of Jazzberry Jam #AB1956

Tints of Jazzberry Jam #AB1956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 60.64%
G = 8.87%
B = 30.5%

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

#AB1956 (or 0xAB1956) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 56. RGB value is (171,25,86). Sum of RGB (Red+Green+Blue) = 171+25+86=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1956 is #54E6A9. Grayscale: #4B4B4B. Windows color (decimal): -5564074 or 5642667. OLE color: 5642667.

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

Color convert

RGB 171 25 86 -
CMYK 0 0.85 0.50 0.33
HSL 334.93º 0.74% 0.38% -
HSV(B) 334.93º 0.85% 0.67% -
XYZ 18.82 10.03 9.75 -
YUV 75.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 171 25 86 0 0.85 0.50 0.33 334.93 0.74 0.38
Hex AB 19 56 0 55 32 21 14F 4A 26
Octal 253 31 126 0 125 62 41 517 112 46
Binary 10101011 11001 1010110 0 1010101 110010 100001 101001111 1001010 100110

Color Harmonies of #AB1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1956

Black with #AB1956

Text Example


Text Example

White with #AB1956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1956; }

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

 H1.HeaderClassName
 {
   color: #AB1956;
 }
 .AnyTagClassName
 {
   color: #AB1956;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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