Html Css Color HEX #AD205E Jazzberry Jam

📋 copy color: '#AD205E'

red 173 ◦ green 32 ◦ blue 94

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

Shades of Jazzberry Jam #AD205E

Tints of Jazzberry Jam #AD205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 57.86%
G = 10.7%
B = 31.44%

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

#AD205E (or 0xAD205E) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 5E. RGB value is (173,32,94). Sum of RGB (Red+Green+Blue) = 173+32+94=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD205E is #52DFA1. Grayscale: #515151. Windows color (decimal): -5431202 or 6168749. OLE color: 6168749.

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

Color convert

RGB 173 32 94 -
CMYK 0 0.82 0.46 0.32
HSL 333.62º 0.69% 0.4% -
HSV(B) 333.62º 0.82% 0.68% -
XYZ 19.77 10.73 11.62 -
YUV 81.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 173 32 94 0 0.82 0.46 0.32 333.62 0.69 0.4
Hex AD 20 5E 0 52 2E 20 14E 45 28
Octal 255 40 136 0 122 56 40 516 105 50
Binary 10101101 100000 1011110 0 1010010 101110 100000 101001110 1000101 101000

Color Harmonies of #AD205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD205E

Black with #AD205E

Text Example


Text Example

White with #AD205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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