Html Css Color HEX #AD0553 Jazzberry Jam

📋 copy color: '#AD0553'

red 173 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #AD0553

Tints of Jazzberry Jam #AD0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 66.28%
G = 1.92%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD0553 (or 0xAD0553) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 53. RGB value is (173,5,83). Sum of RGB (Red+Green+Blue) = 173+5+83=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0553 is #52FAAC. Grayscale: #3F3F3F. Windows color (decimal): -5438125 or 5440941. OLE color: 5440941.

HSL color Cylindrical-coordinate representation of color #AD0553: hue angle of 332.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0553 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 83 -
CMYK 0 0.97 0.52 0.32
HSL 332.14º 0.94% 0.35% -
HSV(B) 332.14º 0.97% 0.68% -
XYZ 18.85 9.62 9.05 -
YUV 64.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 173 5 83 0 0.97 0.52 0.32 332.14 0.94 0.35
Hex AD 5 53 0 61 34 20 14C 5E 23
Octal 255 5 123 0 141 64 40 514 136 43
Binary 10101101 101 1010011 0 1100001 110100 100000 101001100 1011110 100011

Color Harmonies of #AD0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0553

Black with #AD0553

Text Example


Text Example

White with #AD0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0553; }

 p { color: rgb(173,5,83); }

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

background-color css

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

 a { background-color: rgb(173,5,83); }

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

border-color css

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

 span { border-color: rgb(173,5,83); }

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