Html Css Color HEX #AD0F73 Jazzberry Jam

📋 copy color: '#AD0F73'

red 173 ◦ green 15 ◦ blue 115

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

Shades of Jazzberry Jam #AD0F73

Tints of Jazzberry Jam #AD0F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.95%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 57.1%
G = 4.95%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0F73 (or 0xAD0F73) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 73. RGB value is (173,15,115). Sum of RGB (Red+Green+Blue) = 173+15+115=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F73 is #52F08C. Grayscale: #494949. Windows color (decimal): -5435533 or 7540653. OLE color: 7540653.

HSL color Cylindrical-coordinate representation of color #AD0F73: hue angle of 322.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F73 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 115 -
CMYK 0 0.91 0.34 0.32
HSL 322.03º 0.84% 0.37% -
HSV(B) 322.03º 0.91% 0.68% -
XYZ 20.5 10.46 17.16 -
YUV 73.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 173 15 115 0 0.91 0.34 0.32 322.03 0.84 0.37
Hex AD F 73 0 5B 22 20 142 54 25
Octal 255 17 163 0 133 42 40 502 124 45
Binary 10101101 1111 1110011 0 1011011 100010 100000 101000010 1010100 100101

Color Harmonies of #AD0F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F73

Black with #AD0F73

Text Example


Text Example

White with #AD0F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F73; }

 p { color: rgb(173,15,115); }

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

background-color css

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

 a { background-color: rgb(173,15,115); }

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

border-color css

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

 span { border-color: rgb(173,15,115); }

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