Html Css Color HEX #AD206B Jazzberry Jam

📋 copy color: '#AD206B'

red 173 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #AD206B

Tints of Jazzberry Jam #AD206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 55.45%
G = 10.26%
B = 34.29%

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

#AD206B (or 0xAD206B) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 6B. RGB value is (173,32,107). Sum of RGB (Red+Green+Blue) = 173+32+107=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD206B is #52DF94. Grayscale: #525252. Windows color (decimal): -5431189 or 7020717. OLE color: 7020717.

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

Color convert

RGB 173 32 107 -
CMYK 0 0.82 0.38 0.32
HSL 328.09º 0.69% 0.4% -
HSV(B) 328.09º 0.82% 0.68% -
XYZ 20.4 10.98 14.95 -
YUV 82.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 173 32 107 0 0.82 0.38 0.32 328.09 0.69 0.4
Hex AD 20 6B 0 52 26 20 148 45 28
Octal 255 40 153 0 122 46 40 510 105 50
Binary 10101101 100000 1101011 0 1010010 100110 100000 101001000 1000101 101000

Color Harmonies of #AD206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD206B

Black with #AD206B

Text Example


Text Example

White with #AD206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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