Html Css Color HEX #AD2060 Jazzberry Jam

📋 copy color: '#AD2060'

red 173 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #AD2060

Tints of Jazzberry Jam #AD2060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 57.48%
G = 10.63%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD2060 (or 0xAD2060) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 60. RGB value is (173,32,96). Sum of RGB (Red+Green+Blue) = 173+32+96=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2060 is #52DF9F. Grayscale: #515151. Windows color (decimal): -5431200 or 6299821. OLE color: 6299821.

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

Color convert

RGB 173 32 96 -
CMYK 0 0.82 0.45 0.32
HSL 332.77º 0.69% 0.4% -
HSV(B) 332.77º 0.82% 0.68% -
XYZ 19.86 10.76 12.1 -
YUV 81.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 173 32 96 0 0.82 0.45 0.32 332.77 0.69 0.4
Hex AD 20 60 0 52 2D 20 14D 45 28
Octal 255 40 140 0 122 55 40 515 105 50
Binary 10101101 100000 1100000 0 1010010 101101 100000 101001101 1000101 101000

Color Harmonies of #AD2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2060

Black with #AD2060

Text Example


Text Example

White with #AD2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2060; }

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

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

background-color css

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

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

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

border-color css

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

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

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