Html Css Color HEX #AD196D Jazzberry Jam

📋 copy color: '#AD196D'

red 173 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #AD196D

Tints of Jazzberry Jam #AD196D

RGB

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

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

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

R = 56.35%
G = 8.14%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD196D (or 0xAD196D) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 6D. RGB value is (173,25,109). Sum of RGB (Red+Green+Blue) = 173+25+109=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD196D is #52E692. Grayscale: #4E4E4E. Windows color (decimal): -5432979 or 7149997. OLE color: 7149997.

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

Color convert

RGB 173 25 109 -
CMYK 0 0.86 0.37 0.32
HSL 325.95º 0.75% 0.39% -
HSV(B) 325.95º 0.86% 0.68% -
XYZ 20.34 10.68 15.46 -
YUV 78.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 173 25 109 0 0.86 0.37 0.32 325.95 0.75 0.39
Hex AD 19 6D 0 56 25 20 146 4B 27
Octal 255 31 155 0 126 45 40 506 113 47
Binary 10101101 11001 1101101 0 1010110 100101 100000 101000110 1001011 100111

Color Harmonies of #AD196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD196D

Black with #AD196D

Text Example


Text Example

White with #AD196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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