Html Css Color HEX #AD0F72 Jazzberry Jam

📋 copy color: '#AD0F72'

red 173 ◦ green 15 ◦ blue 114

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

Shades of Jazzberry Jam #AD0F72

Tints of Jazzberry Jam #AD0F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 57.28%
G = 4.97%
B = 37.75%

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

#AD0F72 (or 0xAD0F72) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 72. RGB value is (173,15,114). Sum of RGB (Red+Green+Blue) = 173+15+114=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F72 is #52F08D. Grayscale: #494949. Windows color (decimal): -5435534 or 7475117. OLE color: 7475117.

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

Color convert

RGB 173 15 114 -
CMYK 0 0.91 0.34 0.32
HSL 322.41º 0.84% 0.37% -
HSV(B) 322.41º 0.91% 0.68% -
XYZ 20.44 10.44 16.86 -
YUV 73.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 173 15 114 0 0.91 0.34 0.32 322.41 0.84 0.37
Hex AD F 72 0 5B 22 20 142 54 25
Octal 255 17 162 0 133 42 40 502 124 45
Binary 10101101 1111 1110010 0 1011011 100010 100000 101000010 1010100 100101

Color Harmonies of #AD0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F72

Black with #AD0F72

Text Example


Text Example

White with #AD0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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