Html Css Color HEX #AD1861 Jazzberry Jam

📋 copy color: '#AD1861'

red 173 ◦ green 24 ◦ blue 97

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

Shades of Jazzberry Jam #AD1861

Tints of Jazzberry Jam #AD1861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 58.84%
G = 8.16%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD1861 (or 0xAD1861) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 61. RGB value is (173,24,97). Sum of RGB (Red+Green+Blue) = 173+24+97=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1861 is #52E79E. Grayscale: #4C4C4C. Windows color (decimal): -5433247 or 6363309. OLE color: 6363309.

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

Color convert

RGB 173 24 97 -
CMYK 0 0.86 0.44 0.32
HSL 330.6º 0.76% 0.39% -
HSV(B) 330.6º 0.86% 0.68% -
XYZ 19.72 10.4 12.28 -
YUV 76.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 173 24 97 0 0.86 0.44 0.32 330.6 0.76 0.39
Hex AD 18 61 0 56 2C 20 14B 4C 27
Octal 255 30 141 0 126 54 40 513 114 47
Binary 10101101 11000 1100001 0 1010110 101100 100000 101001011 1001100 100111

Color Harmonies of #AD1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1861

Black with #AD1861

Text Example


Text Example

White with #AD1861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1861; }

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

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

background-color css

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

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

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

border-color css

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

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

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