Html Css Color HEX #AB196B Jazzberry Jam

📋 copy color: '#AB196B'

red 171 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #AB196B

Tints of Jazzberry Jam #AB196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 56.44%
G = 8.25%
B = 35.31%

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

#AB196B (or 0xAB196B) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 6B. RGB value is (171,25,107). Sum of RGB (Red+Green+Blue) = 171+25+107=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB196B is #54E694. Grayscale: #4D4D4D. Windows color (decimal): -5564053 or 7018923. OLE color: 7018923.

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

Color convert

RGB 171 25 107 -
CMYK 0 0.85 0.37 0.33
HSL 326.3º 0.74% 0.38% -
HSV(B) 326.3º 0.85% 0.67% -
XYZ 19.8 10.41 14.88 -
YUV 78 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 171 25 107 0 0.85 0.37 0.33 326.3 0.74 0.38
Hex AB 19 6B 0 55 25 21 146 4A 26
Octal 253 31 153 0 125 45 41 506 112 46
Binary 10101011 11001 1101011 0 1010101 100101 100001 101000110 1001010 100110

Color Harmonies of #AB196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB196B

Black with #AB196B

Text Example


Text Example

White with #AB196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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