Html Css Color HEX #AD0670 Jazzberry Jam

📋 copy color: '#AD0670'

red 173 ◦ green 6 ◦ blue 112

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

Shades of Jazzberry Jam #AD0670

Tints of Jazzberry Jam #AD0670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 59.45%
G = 2.06%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD0670 (or 0xAD0670) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 70. RGB value is (173,6,112). Sum of RGB (Red+Green+Blue) = 173+6+112=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0670 is #52F98F. Grayscale: #434343. Windows color (decimal): -5437840 or 7341741. OLE color: 7341741.

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

Color convert

RGB 173 6 112 -
CMYK 0 0.97 0.35 0.32
HSL 321.92º 0.93% 0.35% -
HSV(B) 321.92º 0.97% 0.68% -
XYZ 20.22 10.18 16.23 -
YUV 68.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 173 6 112 0 0.97 0.35 0.32 321.92 0.93 0.35
Hex AD 6 70 0 61 23 20 142 5D 23
Octal 255 6 160 0 141 43 40 502 135 43
Binary 10101101 110 1110000 0 1100001 100011 100000 101000010 1011101 100011

Color Harmonies of #AD0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0670

Black with #AD0670

Text Example


Text Example

White with #AD0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0670; }

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

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

background-color css

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

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

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

border-color css

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

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

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