Html Css Color HEX #AB1974 Jazzberry Jam

📋 copy color: '#AB1974'

red 171 ◦ green 25 ◦ blue 116

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

Shades of Jazzberry Jam #AB1974

Tints of Jazzberry Jam #AB1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 54.81%
G = 8.01%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB1974 (or 0xAB1974) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 74. RGB value is (171,25,116). Sum of RGB (Red+Green+Blue) = 171+25+116=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1974 is #54E68B. Grayscale: #4E4E4E. Windows color (decimal): -5564044 or 7608747. OLE color: 7608747.

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

Color convert

RGB 171 25 116 -
CMYK 0 0.85 0.32 0.33
HSL 322.6º 0.74% 0.38% -
HSV(B) 322.6º 0.85% 0.67% -
XYZ 20.29 10.61 17.5 -
YUV 79.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 171 25 116 0 0.85 0.32 0.33 322.6 0.74 0.38
Hex AB 19 74 0 55 20 21 143 4A 26
Octal 253 31 164 0 125 40 41 503 112 46
Binary 10101011 11001 1110100 0 1010101 100000 100001 101000011 1001010 100110

Color Harmonies of #AB1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1974

Black with #AB1974

Text Example


Text Example

White with #AB1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1974; }

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

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

background-color css

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

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

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

border-color css

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

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

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