Html Css Color HEX #AD205D Jazzberry Jam

📋 copy color: '#AD205D'

red 173 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #AD205D

Tints of Jazzberry Jam #AD205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 58.05%
G = 10.74%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD205D (or 0xAD205D) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 5D. RGB value is (173,32,93). Sum of RGB (Red+Green+Blue) = 173+32+93=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD205D is #52DFA2. Grayscale: #515151. Windows color (decimal): -5431203 or 6103213. OLE color: 6103213.

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

Color convert

RGB 173 32 93 -
CMYK 0 0.82 0.46 0.32
HSL 334.04º 0.69% 0.4% -
HSV(B) 334.04º 0.82% 0.68% -
XYZ 19.73 10.71 11.38 -
YUV 81.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 173 32 93 0 0.82 0.46 0.32 334.04 0.69 0.4
Hex AD 20 5D 0 52 2E 20 14E 45 28
Octal 255 40 135 0 122 56 40 516 105 50
Binary 10101101 100000 1011101 0 1010010 101110 100000 101001110 1000101 101000

Color Harmonies of #AD205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD205D

Black with #AD205D

Text Example


Text Example

White with #AD205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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