Html Css Color HEX #AD1764 Jazzberry Jam

📋 copy color: '#AD1764'

red 173 ◦ green 23 ◦ blue 100

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

Shades of Jazzberry Jam #AD1764

Tints of Jazzberry Jam #AD1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 58.45%
G = 7.77%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1764 (or 0xAD1764) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 64. RGB value is (173,23,100). Sum of RGB (Red+Green+Blue) = 173+23+100=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1764 is #52E89B. Grayscale: #4C4C4C. Windows color (decimal): -5433500 or 6559661. OLE color: 6559661.

HSL color Cylindrical-coordinate representation of color #AD1764: hue angle of 329.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1764 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 100 -
CMYK 0 0.87 0.42 0.32
HSL 329.2º 0.77% 0.38% -
HSV(B) 329.2º 0.87% 0.68% -
XYZ 19.84 10.42 13.02 -
YUV 76.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 173 23 100 0 0.87 0.42 0.32 329.2 0.77 0.38
Hex AD 17 64 0 57 2A 20 149 4D 26
Octal 255 27 144 0 127 52 40 511 115 46
Binary 10101101 10111 1100100 0 1010111 101010 100000 101001001 1001101 100110

Color Harmonies of #AD1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1764

Black with #AD1764

Text Example


Text Example

White with #AD1764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1764; }

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

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

background-color css

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

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

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

border-color css

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

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

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