Html Css Color HEX #AD206D Jazzberry Jam

📋 copy color: '#AD206D'

red 173 ◦ green 32 ◦ blue 109

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

Shades of Jazzberry Jam #AD206D

Tints of Jazzberry Jam #AD206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 55.1%
G = 10.19%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD206D (or 0xAD206D) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 6D. RGB value is (173,32,109). Sum of RGB (Red+Green+Blue) = 173+32+109=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD206D is #52DF92. Grayscale: #525252. Windows color (decimal): -5431187 or 7151789. OLE color: 7151789.

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

Color convert

RGB 173 32 109 -
CMYK 0 0.82 0.37 0.32
HSL 327.23º 0.69% 0.4% -
HSV(B) 327.23º 0.82% 0.68% -
XYZ 20.51 11.02 15.51 -
YUV 82.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 173 32 109 0 0.82 0.37 0.32 327.23 0.69 0.4
Hex AD 20 6D 0 52 25 20 147 45 28
Octal 255 40 155 0 122 45 40 507 105 50
Binary 10101101 100000 1101101 0 1010010 100101 100000 101000111 1000101 101000

Color Harmonies of #AD206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD206D

Black with #AD206D

Text Example


Text Example

White with #AD206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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