Html Css Color HEX #AB196C Jazzberry Jam

📋 copy color: '#AB196C'

red 171 ◦ green 25 ◦ blue 108

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

Shades of Jazzberry Jam #AB196C

Tints of Jazzberry Jam #AB196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 56.25%
G = 8.22%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB196C (or 0xAB196C) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 6C. RGB value is (171,25,108). Sum of RGB (Red+Green+Blue) = 171+25+108=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB196C is #54E693. Grayscale: #4D4D4D. Windows color (decimal): -5564052 or 7084459. OLE color: 7084459.

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

Color convert

RGB 171 25 108 -
CMYK 0 0.85 0.37 0.33
HSL 325.89º 0.74% 0.38% -
HSV(B) 325.89º 0.85% 0.67% -
XYZ 19.85 10.44 15.16 -
YUV 78.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 171 25 108 0 0.85 0.37 0.33 325.89 0.74 0.38
Hex AB 19 6C 0 55 25 21 146 4A 26
Octal 253 31 154 0 125 45 41 506 112 46
Binary 10101011 11001 1101100 0 1010101 100101 100001 101000110 1001010 100110

Color Harmonies of #AB196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB196C

Black with #AB196C

Text Example


Text Example

White with #AB196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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