Html Css Color HEX #AD2070 Jazzberry Jam

📋 copy color: '#AD2070'

red 173 ◦ green 32 ◦ blue 112

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

Shades of Jazzberry Jam #AD2070

Tints of Jazzberry Jam #AD2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 54.57%
G = 10.09%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD2070 (or 0xAD2070) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 70. RGB value is (173,32,112). Sum of RGB (Red+Green+Blue) = 173+32+112=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2070 is #52DF8F. Grayscale: #535353. Windows color (decimal): -5431184 or 7348397. OLE color: 7348397.

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

Color convert

RGB 173 32 112 -
CMYK 0 0.82 0.35 0.32
HSL 325.96º 0.69% 0.4% -
HSV(B) 325.96º 0.82% 0.68% -
XYZ 20.67 11.09 16.38 -
YUV 83.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 173 32 112 0 0.82 0.35 0.32 325.96 0.69 0.4
Hex AD 20 70 0 52 23 20 146 45 28
Octal 255 40 160 0 122 43 40 506 105 50
Binary 10101101 100000 1110000 0 1010010 100011 100000 101000110 1000101 101000

Color Harmonies of #AD2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2070

Black with #AD2070

Text Example


Text Example

White with #AD2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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