Html Css Color HEX #AD0B72 Jazzberry Jam

📋 copy color: '#AD0B72'

red 173 ◦ green 11 ◦ blue 114

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

Shades of Jazzberry Jam #AD0B72

Tints of Jazzberry Jam #AD0B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

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

R = 58.05%
G = 3.69%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0B72 (or 0xAD0B72) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 72. RGB value is (173,11,114). Sum of RGB (Red+Green+Blue) = 173+11+114=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B72 is #52F48D. Grayscale: #464646. Windows color (decimal): -5436558 or 7474093. OLE color: 7474093.

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

Color convert

RGB 173 11 114 -
CMYK 0 0.94 0.34 0.32
HSL 321.85º 0.88% 0.36% -
HSV(B) 321.85º 0.94% 0.68% -
XYZ 20.39 10.34 16.84 -
YUV 71.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 173 11 114 0 0.94 0.34 0.32 321.85 0.88 0.36
Hex AD B 72 0 5E 22 20 142 58 24
Octal 255 13 162 0 136 42 40 502 130 44
Binary 10101101 1011 1110010 0 1011110 100010 100000 101000010 1011000 100100

Color Harmonies of #AD0B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B72

Black with #AD0B72

Text Example


Text Example

White with #AD0B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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