Html Css Color HEX #AB1756 Jazzberry Jam

📋 copy color: '#AB1756'

red 171 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #AB1756

Tints of Jazzberry Jam #AB1756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 61.07%
G = 8.21%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB1756 (or 0xAB1756) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 56. RGB value is (171,23,86). Sum of RGB (Red+Green+Blue) = 171+23+86=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1756 is #54E8A9. Grayscale: #4A4A4A. Windows color (decimal): -5564586 or 5642155. OLE color: 5642155.

HSL color Cylindrical-coordinate representation of color #AB1756: hue angle of 334.46º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1756 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 86 -
CMYK 0 0.87 0.50 0.33
HSL 334.46º 0.76% 0.38% -
HSV(B) 334.46º 0.87% 0.67% -
XYZ 18.78 9.94 9.73 -
YUV 74.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 171 23 86 0 0.87 0.50 0.33 334.46 0.76 0.38
Hex AB 17 56 0 57 32 21 14E 4C 26
Octal 253 27 126 0 127 62 41 516 114 46
Binary 10101011 10111 1010110 0 1010111 110010 100001 101001110 1001100 100110

Color Harmonies of #AB1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1756

Black with #AB1756

Text Example


Text Example

White with #AB1756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1756; }

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

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

background-color css

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

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

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

border-color css

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

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

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