Html Css Color HEX #AD2563 Jazzberry Jam

📋 copy color: '#AD2563'

red 173 ◦ green 37 ◦ blue 99

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

Shades of Jazzberry Jam #AD2563

Tints of Jazzberry Jam #AD2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 55.99%
G = 11.97%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD2563 (or 0xAD2563) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 63. RGB value is (173,37,99). Sum of RGB (Red+Green+Blue) = 173+37+99=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2563 is #52DA9C. Grayscale: #545454. Windows color (decimal): -5429917 or 6497709. OLE color: 6497709.

HSL color Cylindrical-coordinate representation of color #AD2563: hue angle of 332.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2563 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 99 -
CMYK 0 0.79 0.43 0.32
HSL 332.65º 0.65% 0.41% -
HSV(B) 332.65º 0.79% 0.68% -
XYZ 20.15 11.11 12.89 -
YUV 84.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 173 37 99 0 0.79 0.43 0.32 332.65 0.65 0.41
Hex AD 25 63 0 4F 2B 20 14D 41 29
Octal 255 45 143 0 117 53 40 515 101 51
Binary 10101101 100101 1100011 0 1001111 101011 100000 101001101 1000001 101001

Color Harmonies of #AD2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2563

Black with #AD2563

Text Example


Text Example

White with #AD2563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2563; }

 p { color: rgb(173,37,99); }

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

background-color css

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

 a { background-color: rgb(173,37,99); }

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

border-color css

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

 span { border-color: rgb(173,37,99); }

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