Html Css Color HEX #AD206A Jazzberry Jam

📋 copy color: '#AD206A'

red 173 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #AD206A

Tints of Jazzberry Jam #AD206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 55.63%
G = 10.29%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD206A (or 0xAD206A) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 6A. RGB value is (173,32,106). Sum of RGB (Red+Green+Blue) = 173+32+106=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD206A is #52DF95. Grayscale: #525252. Windows color (decimal): -5431190 or 6955181. OLE color: 6955181.

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

Color convert

RGB 173 32 106 -
CMYK 0 0.82 0.39 0.32
HSL 328.51º 0.69% 0.4% -
HSV(B) 328.51º 0.82% 0.68% -
XYZ 20.35 10.96 14.68 -
YUV 82.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 173 32 106 0 0.82 0.39 0.32 328.51 0.69 0.4
Hex AD 20 6A 0 52 27 20 149 45 28
Octal 255 40 152 0 122 47 40 511 105 50
Binary 10101101 100000 1101010 0 1010010 100111 100000 101001001 1000101 101000

Color Harmonies of #AD206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD206A

Black with #AD206A

Text Example


Text Example

White with #AD206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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