Html Css Color HEX #AD1974 Jazzberry Jam

📋 copy color: '#AD1974'

red 173 ◦ green 25 ◦ blue 116

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

Shades of Jazzberry Jam #AD1974

Tints of Jazzberry Jam #AD1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 55.1%
G = 7.96%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD1974 (or 0xAD1974) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 74. RGB value is (173,25,116). Sum of RGB (Red+Green+Blue) = 173+25+116=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1974 is #52E68B. Grayscale: #4F4F4F. Windows color (decimal): -5432972 or 7608749. OLE color: 7608749.

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

Color convert

RGB 173 25 116 -
CMYK 0 0.86 0.33 0.32
HSL 323.11º 0.75% 0.39% -
HSV(B) 323.11º 0.86% 0.68% -
XYZ 20.73 10.84 17.52 -
YUV 79.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 173 25 116 0 0.86 0.33 0.32 323.11 0.75 0.39
Hex AD 19 74 0 56 21 20 143 4B 27
Octal 255 31 164 0 126 41 40 503 113 47
Binary 10101101 11001 1110100 0 1010110 100001 100000 101000011 1001011 100111

Color Harmonies of #AD1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1974

Black with #AD1974

Text Example


Text Example

White with #AD1974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1974; }

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

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

background-color css

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

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

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

border-color css

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

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

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