Html Css Color HEX #AD205C Jazzberry Jam

📋 copy color: '#AD205C'

red 173 ◦ green 32 ◦ blue 92

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

Shades of Jazzberry Jam #AD205C

Tints of Jazzberry Jam #AD205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 58.25%
G = 10.77%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD205C (or 0xAD205C) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 5C. RGB value is (173,32,92). Sum of RGB (Red+Green+Blue) = 173+32+92=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD205C is #52DFA3. Grayscale: #505050. Windows color (decimal): -5431204 or 6037677. OLE color: 6037677.

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

Color convert

RGB 173 32 92 -
CMYK 0 0.82 0.47 0.32
HSL 334.47º 0.69% 0.4% -
HSV(B) 334.47º 0.82% 0.68% -
XYZ 19.68 10.69 11.15 -
YUV 81 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 173 32 92 0 0.82 0.47 0.32 334.47 0.69 0.4
Hex AD 20 5C 0 52 2F 20 14E 45 28
Octal 255 40 134 0 122 57 40 516 105 50
Binary 10101101 100000 1011100 0 1010010 101111 100000 101001110 1000101 101000

Color Harmonies of #AD205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD205C

Black with #AD205C

Text Example


Text Example

White with #AD205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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