Html Css Color HEX #AD1873 Jazzberry Jam

📋 copy color: '#AD1873'

red 173 ◦ green 24 ◦ blue 115

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

Shades of Jazzberry Jam #AD1873

Tints of Jazzberry Jam #AD1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 55.45%
G = 7.69%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1873 (or 0xAD1873) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 73. RGB value is (173,24,115). Sum of RGB (Red+Green+Blue) = 173+24+115=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1873 is #52E78C. Grayscale: #4E4E4E. Windows color (decimal): -5433229 or 7542957. OLE color: 7542957.

HSL color Cylindrical-coordinate representation of color #AD1873: hue angle of 323.36º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1873 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 115 -
CMYK 0 0.86 0.34 0.32
HSL 323.36º 0.76% 0.39% -
HSV(B) 323.36º 0.86% 0.68% -
XYZ 20.65 10.78 17.21 -
YUV 78.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 173 24 115 0 0.86 0.34 0.32 323.36 0.76 0.39
Hex AD 18 73 0 56 22 20 143 4C 27
Octal 255 30 163 0 126 42 40 503 114 47
Binary 10101101 11000 1110011 0 1010110 100010 100000 101000011 1001100 100111

Color Harmonies of #AD1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1873

Black with #AD1873

Text Example


Text Example

White with #AD1873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1873; }

 p { color: rgb(173,24,115); }

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

background-color css

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

 a { background-color: rgb(173,24,115); }

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

border-color css

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

 span { border-color: rgb(173,24,115); }

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