Html Css Color HEX #AD0974 Jazzberry Jam

📋 copy color: '#AD0974'

red 173 ◦ green 9 ◦ blue 116

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

Shades of Jazzberry Jam #AD0974

Tints of Jazzberry Jam #AD0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 58.05%
G = 3.02%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD0974 (or 0xAD0974) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 74. RGB value is (173,9,116). Sum of RGB (Red+Green+Blue) = 173+9+116=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0974 is #52F68B. Grayscale: #454545. Windows color (decimal): -5437068 or 7604653. OLE color: 7604653.

HSL color Cylindrical-coordinate representation of color #AD0974: hue angle of 320.85º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0974 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 116 -
CMYK 0 0.95 0.33 0.32
HSL 320.85º 0.9% 0.36% -
HSV(B) 320.85º 0.95% 0.68% -
XYZ 20.48 10.34 17.44 -
YUV 70.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 173 9 116 0 0.95 0.33 0.32 320.85 0.9 0.36
Hex AD 9 74 0 5F 21 20 141 5A 24
Octal 255 11 164 0 137 41 40 501 132 44
Binary 10101101 1001 1110100 0 1011111 100001 100000 101000001 1011010 100100

Color Harmonies of #AD0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0974

Black with #AD0974

Text Example


Text Example

White with #AD0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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