Html Css Color HEX #AB196D Jazzberry Jam

📋 copy color: '#AB196D'

red 171 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #AB196D

Tints of Jazzberry Jam #AB196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 56.07%
G = 8.2%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB196D (or 0xAB196D) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 6D. RGB value is (171,25,109). Sum of RGB (Red+Green+Blue) = 171+25+109=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB196D is #54E692. Grayscale: #4E4E4E. Windows color (decimal): -5564051 or 7149995. OLE color: 7149995.

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

Color convert

RGB 171 25 109 -
CMYK 0 0.85 0.36 0.33
HSL 325.48º 0.74% 0.38% -
HSV(B) 325.48º 0.85% 0.67% -
XYZ 19.9 10.46 15.44 -
YUV 78.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 171 25 109 0 0.85 0.36 0.33 325.48 0.74 0.38
Hex AB 19 6D 0 55 24 21 145 4A 26
Octal 253 31 155 0 125 44 41 505 112 46
Binary 10101011 11001 1101101 0 1010101 100100 100001 101000101 1001010 100110

Color Harmonies of #AB196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB196D

Black with #AB196D

Text Example


Text Example

White with #AB196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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