Html Css Color HEX #AD205F Jazzberry Jam

📋 copy color: '#AD205F'

red 173 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #AD205F

Tints of Jazzberry Jam #AD205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 57.67%
G = 10.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD205F (or 0xAD205F) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 5F. RGB value is (173,32,95). Sum of RGB (Red+Green+Blue) = 173+32+95=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD205F is #52DFA0. Grayscale: #515151. Windows color (decimal): -5431201 or 6234285. OLE color: 6234285.

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

Color convert

RGB 173 32 95 -
CMYK 0 0.82 0.45 0.32
HSL 333.19º 0.69% 0.4% -
HSV(B) 333.19º 0.82% 0.68% -
XYZ 19.82 10.74 11.86 -
YUV 81.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 173 32 95 0 0.82 0.45 0.32 333.19 0.69 0.4
Hex AD 20 5F 0 52 2D 20 14D 45 28
Octal 255 40 137 0 122 55 40 515 105 50
Binary 10101101 100000 1011111 0 1010010 101101 100000 101001101 1000101 101000

Color Harmonies of #AD205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD205F

Black with #AD205F

Text Example


Text Example

White with #AD205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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