Html Css Color HEX #AD2071 Jazzberry Jam

📋 copy color: '#AD2071'

red 173 ◦ green 32 ◦ blue 113

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

Shades of Jazzberry Jam #AD2071

Tints of Jazzberry Jam #AD2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 54.4%
G = 10.06%
B = 35.53%

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

#AD2071 (or 0xAD2071) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 71. RGB value is (173,32,113). Sum of RGB (Red+Green+Blue) = 173+32+113=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2071 is #52DF8E. Grayscale: #535353. Windows color (decimal): -5431183 or 7413933. OLE color: 7413933.

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

Color convert

RGB 173 32 113 -
CMYK 0 0.82 0.35 0.32
HSL 325.53º 0.69% 0.4% -
HSV(B) 325.53º 0.82% 0.68% -
XYZ 20.73 11.11 16.67 -
YUV 83.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 173 32 113 0 0.82 0.35 0.32 325.53 0.69 0.4
Hex AD 20 71 0 52 23 20 146 45 28
Octal 255 40 161 0 122 43 40 506 105 50
Binary 10101101 100000 1110001 0 1010010 100011 100000 101000110 1000101 101000

Color Harmonies of #AD2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2071

Black with #AD2071

Text Example


Text Example

White with #AD2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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