Html Css Color HEX #AD1864 Jazzberry Jam

📋 copy color: '#AD1864'

red 173 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #AD1864

Tints of Jazzberry Jam #AD1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 58.25%
G = 8.08%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1864 (or 0xAD1864) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 64. RGB value is (173,24,100). Sum of RGB (Red+Green+Blue) = 173+24+100=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1864 is #52E79B. Grayscale: #4D4D4D. Windows color (decimal): -5433244 or 6559917. OLE color: 6559917.

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

Color convert

RGB 173 24 100 -
CMYK 0 0.86 0.42 0.32
HSL 329.4º 0.76% 0.39% -
HSV(B) 329.4º 0.86% 0.68% -
XYZ 19.86 10.46 13.03 -
YUV 77.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 173 24 100 0 0.86 0.42 0.32 329.4 0.76 0.39
Hex AD 18 64 0 56 2A 20 149 4C 27
Octal 255 30 144 0 126 52 40 511 114 47
Binary 10101101 11000 1100100 0 1010110 101010 100000 101001001 1001100 100111

Color Harmonies of #AD1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1864

Black with #AD1864

Text Example


Text Example

White with #AD1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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