Html Css Color HEX #AD1860 Jazzberry Jam

📋 copy color: '#AD1860'

red 173 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #AD1860

Tints of Jazzberry Jam #AD1860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 59.04%
G = 8.19%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD1860 (or 0xAD1860) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 60. RGB value is (173,24,96). Sum of RGB (Red+Green+Blue) = 173+24+96=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1860 is #52E79F. Grayscale: #4C4C4C. Windows color (decimal): -5433248 or 6297773. OLE color: 6297773.

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

Color convert

RGB 173 24 96 -
CMYK 0 0.86 0.45 0.32
HSL 331.01º 0.76% 0.39% -
HSV(B) 331.01º 0.86% 0.68% -
XYZ 19.67 10.38 12.03 -
YUV 76.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 173 24 96 0 0.86 0.45 0.32 331.01 0.76 0.39
Hex AD 18 60 0 56 2D 20 14B 4C 27
Octal 255 30 140 0 126 55 40 513 114 47
Binary 10101101 11000 1100000 0 1010110 101101 100000 101001011 1001100 100111

Color Harmonies of #AD1860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1860

Black with #AD1860

Text Example


Text Example

White with #AD1860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1860; }

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

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

background-color css

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

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

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

border-color css

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

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

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