Html Css Color HEX #AD196A Jazzberry Jam

📋 copy color: '#AD196A'

red 173 ◦ green 25 ◦ blue 106

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

Shades of Jazzberry Jam #AD196A

Tints of Jazzberry Jam #AD196A

RGB

 RED value IS 173 (67.97% from 255) = 56.91%

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 56.91%
G = 8.22%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD196A (or 0xAD196A) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 6A. RGB value is (173,25,106). Sum of RGB (Red+Green+Blue) = 173+25+106=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD196A is #52E695. Grayscale: #4E4E4E. Windows color (decimal): -5432982 or 6953389. OLE color: 6953389.

HSL color Cylindrical-coordinate representation of color #AD196A: hue angle of 327.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD196A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 106 -
CMYK 0 0.86 0.39 0.32
HSL 327.16º 0.75% 0.39% -
HSV(B) 327.16º 0.86% 0.68% -
XYZ 20.18 10.62 14.62 -
YUV 78.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 173 25 106 0 0.86 0.39 0.32 327.16 0.75 0.39
Hex AD 19 6A 0 56 27 20 147 4B 27
Octal 255 31 152 0 126 47 40 507 113 47
Binary 10101101 11001 1101010 0 1010110 100111 100000 101000111 1001011 100111

Color Harmonies of #AD196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD196A

Black with #AD196A

Text Example


Text Example

White with #AD196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD196A; }

 p { color: rgb(173,25,106); }

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

background-color css

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

 a { background-color: rgb(173,25,106); }

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

border-color css

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

 span { border-color: rgb(173,25,106); }

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