Html Css Color HEX #AD205A Jazzberry Jam

📋 copy color: '#AD205A'

red 173 ◦ green 32 ◦ blue 90

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

Shades of Jazzberry Jam #AD205A

Tints of Jazzberry Jam #AD205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 58.64%
G = 10.85%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD205A (or 0xAD205A) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 5A. RGB value is (173,32,90). Sum of RGB (Red+Green+Blue) = 173+32+90=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD205A is #52DFA5. Grayscale: #505050. Windows color (decimal): -5431206 or 5906605. OLE color: 5906605.

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

Color convert

RGB 173 32 90 -
CMYK 0 0.82 0.48 0.32
HSL 335.32º 0.69% 0.4% -
HSV(B) 335.32º 0.82% 0.68% -
XYZ 19.6 10.66 10.7 -
YUV 80.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 173 32 90 0 0.82 0.48 0.32 335.32 0.69 0.4
Hex AD 20 5A 0 52 30 20 14F 45 28
Octal 255 40 132 0 122 60 40 517 105 50
Binary 10101101 100000 1011010 0 1010010 110000 100000 101001111 1000101 101000

Color Harmonies of #AD205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD205A

Black with #AD205A

Text Example


Text Example

White with #AD205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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