Html Css Color HEX #AD0672 Jazzberry Jam

📋 copy color: '#AD0672'

red 173 ◦ green 6 ◦ blue 114

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

Shades of Jazzberry Jam #AD0672

Tints of Jazzberry Jam #AD0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 59.04%
G = 2.05%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD0672 (or 0xAD0672) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 72. RGB value is (173,6,114). Sum of RGB (Red+Green+Blue) = 173+6+114=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0672 is #52F98D. Grayscale: #434343. Windows color (decimal): -5437838 or 7472813. OLE color: 7472813.

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

Color convert

RGB 173 6 114 -
CMYK 0 0.97 0.34 0.32
HSL 321.2º 0.93% 0.35% -
HSV(B) 321.2º 0.97% 0.68% -
XYZ 20.34 10.23 16.82 -
YUV 68.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 173 6 114 0 0.97 0.34 0.32 321.2 0.93 0.35
Hex AD 6 72 0 61 22 20 141 5D 23
Octal 255 6 162 0 141 42 40 501 135 43
Binary 10101101 110 1110010 0 1100001 100010 100000 101000001 1011101 100011

Color Harmonies of #AD0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0672

Black with #AD0672

Text Example


Text Example

White with #AD0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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