Html Css Color HEX #AD1863 Jazzberry Jam

📋 copy color: '#AD1863'

red 173 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #AD1863

Tints of Jazzberry Jam #AD1863

RGB

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

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

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

R = 58.45%
G = 8.11%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1863 (or 0xAD1863) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 63. RGB value is (173,24,99). Sum of RGB (Red+Green+Blue) = 173+24+99=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1863 is #52E79C. Grayscale: #4C4C4C. Windows color (decimal): -5433245 or 6494381. OLE color: 6494381.

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

Color convert

RGB 173 24 99 -
CMYK 0 0.86 0.43 0.32
HSL 329.8º 0.76% 0.39% -
HSV(B) 329.8º 0.86% 0.68% -
XYZ 19.81 10.44 12.77 -
YUV 77.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 173 24 99 0 0.86 0.43 0.32 329.8 0.76 0.39
Hex AD 18 63 0 56 2B 20 14A 4C 27
Octal 255 30 143 0 126 53 40 512 114 47
Binary 10101101 11000 1100011 0 1010110 101011 100000 101001010 1001100 100111

Color Harmonies of #AD1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1863

Black with #AD1863

Text Example


Text Example

White with #AD1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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