Html Css Color HEX #AD194E Jazzberry Jam

📋 copy color: '#AD194E'

red 173 ◦ green 25 ◦ blue 78

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

Shades of Jazzberry Jam #AD194E

Tints of Jazzberry Jam #AD194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 62.68%
G = 9.06%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD194E (or 0xAD194E) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 4E. RGB value is (173,25,78). Sum of RGB (Red+Green+Blue) = 173+25+78=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD194E is #52E6B1. Grayscale: #4B4B4B. Windows color (decimal): -5433010 or 5118381. OLE color: 5118381.

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

Color convert

RGB 173 25 78 -
CMYK 0 0.86 0.55 0.32
HSL 338.51º 0.75% 0.39% -
HSV(B) 338.51º 0.86% 0.68% -
XYZ 18.96 10.13 8.16 -
YUV 75.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 173 25 78 0 0.86 0.55 0.32 338.51 0.75 0.39
Hex AD 19 4E 0 56 37 20 153 4B 27
Octal 255 31 116 0 126 67 40 523 113 47
Binary 10101101 11001 1001110 0 1010110 110111 100000 101010011 1001011 100111

Color Harmonies of #AD194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD194E

Black with #AD194E

Text Example


Text Example

White with #AD194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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