Html Css Color HEX #AB194C Jazzberry Jam

📋 copy color: '#AB194C'

red 171 ◦ green 25 ◦ blue 76

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

Shades of Jazzberry Jam #AB194C

Tints of Jazzberry Jam #AB194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 62.87%
G = 9.19%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB194C (or 0xAB194C) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 4C. RGB value is (171,25,76). Sum of RGB (Red+Green+Blue) = 171+25+76=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB194C is #54E6B3. Grayscale: #4A4A4A. Windows color (decimal): -5564084 or 4987307. OLE color: 4987307.

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

Color convert

RGB 171 25 76 -
CMYK 0 0.85 0.56 0.33
HSL 339.04º 0.74% 0.38% -
HSV(B) 339.04º 0.85% 0.67% -
XYZ 18.45 9.87 7.77 -
YUV 74.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 171 25 76 0 0.85 0.56 0.33 339.04 0.74 0.38
Hex AB 19 4C 0 55 38 21 153 4A 26
Octal 253 31 114 0 125 70 41 523 112 46
Binary 10101011 11001 1001100 0 1010101 111000 100001 101010011 1001010 100110

Color Harmonies of #AB194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB194C

Black with #AB194C

Text Example


Text Example

White with #AB194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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