Html Css Color HEX #AB1760 Jazzberry Jam

📋 copy color: '#AB1760'

red 171 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #AB1760

Tints of Jazzberry Jam #AB1760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 58.97%
G = 7.93%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB1760 (or 0xAB1760) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 60. RGB value is (171,23,96). Sum of RGB (Red+Green+Blue) = 171+23+96=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1760 is #54E89F. Grayscale: #4B4B4B. Windows color (decimal): -5564576 or 6297515. OLE color: 6297515.

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

Color convert

RGB 171 23 96 -
CMYK 0 0.87 0.44 0.33
HSL 330.41º 0.76% 0.38% -
HSV(B) 330.41º 0.87% 0.67% -
XYZ 19.21 10.12 12.01 -
YUV 75.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 171 23 96 0 0.87 0.44 0.33 330.41 0.76 0.38
Hex AB 17 60 0 57 2C 21 14A 4C 26
Octal 253 27 140 0 127 54 41 512 114 46
Binary 10101011 10111 1100000 0 1010111 101100 100001 101001010 1001100 100110

Color Harmonies of #AB1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1760

Black with #AB1760

Text Example


Text Example

White with #AB1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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