Html Css Color HEX #AD206C Jazzberry Jam

📋 copy color: '#AD206C'

red 173 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #AD206C

Tints of Jazzberry Jam #AD206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 55.27%
G = 10.22%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD206C (or 0xAD206C) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 6C. RGB value is (173,32,108). Sum of RGB (Red+Green+Blue) = 173+32+108=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD206C is #52DF93. Grayscale: #525252. Windows color (decimal): -5431188 or 7086253. OLE color: 7086253.

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

Color convert

RGB 173 32 108 -
CMYK 0 0.82 0.38 0.32
HSL 327.66º 0.69% 0.4% -
HSV(B) 327.66º 0.82% 0.68% -
XYZ 20.46 11 15.23 -
YUV 82.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 173 32 108 0 0.82 0.38 0.32 327.66 0.69 0.4
Hex AD 20 6C 0 52 26 20 148 45 28
Octal 255 40 154 0 122 46 40 510 105 50
Binary 10101101 100000 1101100 0 1010010 100110 100000 101001000 1000101 101000

Color Harmonies of #AD206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD206C

Black with #AD206C

Text Example


Text Example

White with #AD206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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