Html Css Color HEX #AD0C74 Jazzberry Jam

📋 copy color: '#AD0C74'

red 173 ◦ green 12 ◦ blue 116

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

Shades of Jazzberry Jam #AD0C74

Tints of Jazzberry Jam #AD0C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 57.48%
G = 3.99%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD0C74 (or 0xAD0C74) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 74. RGB value is (173,12,116). Sum of RGB (Red+Green+Blue) = 173+12+116=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C74 is #52F38B. Grayscale: #474747. Windows color (decimal): -5436300 or 7605421. OLE color: 7605421.

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

Color convert

RGB 173 12 116 -
CMYK 0 0.93 0.33 0.32
HSL 321.24º 0.87% 0.36% -
HSV(B) 321.24º 0.93% 0.68% -
XYZ 20.52 10.41 17.45 -
YUV 72 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 173 12 116 0 0.93 0.33 0.32 321.24 0.87 0.36
Hex AD C 74 0 5D 21 20 141 57 24
Octal 255 14 164 0 135 41 40 501 127 44
Binary 10101101 1100 1110100 0 1011101 100001 100000 101000001 1010111 100100

Color Harmonies of #AD0C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C74

Black with #AD0C74

Text Example


Text Example

White with #AD0C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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