Html Css Color HEX #AB194E Jazzberry Jam

📋 copy color: '#AB194E'

red 171 ◦ green 25 ◦ blue 78

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

Shades of Jazzberry Jam #AB194E

Tints of Jazzberry Jam #AB194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 62.41%
G = 9.12%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB194E (or 0xAB194E) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 4E. RGB value is (171,25,78). Sum of RGB (Red+Green+Blue) = 171+25+78=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB194E is #54E6B1. Grayscale: #4A4A4A. Windows color (decimal): -5564082 or 5118379. OLE color: 5118379.

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

Color convert

RGB 171 25 78 -
CMYK 0 0.85 0.54 0.33
HSL 338.22º 0.74% 0.38% -
HSV(B) 338.22º 0.85% 0.67% -
XYZ 18.52 9.9 8.14 -
YUV 74.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 171 25 78 0 0.85 0.54 0.33 338.22 0.74 0.38
Hex AB 19 4E 0 55 36 21 152 4A 26
Octal 253 31 116 0 125 66 41 522 112 46
Binary 10101011 11001 1001110 0 1010101 110110 100001 101010010 1001010 100110

Color Harmonies of #AB194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB194E

Black with #AB194E

Text Example


Text Example

White with #AB194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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