Html Css Color HEX #AD175D Jazzberry Jam

📋 copy color: '#AD175D'

red 173 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #AD175D

Tints of Jazzberry Jam #AD175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 59.86%
G = 7.96%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD175D (or 0xAD175D) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 5D. RGB value is (173,23,93). Sum of RGB (Red+Green+Blue) = 173+23+93=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD175D is #52E8A2. Grayscale: #4B4B4B. Windows color (decimal): -5433507 or 6100909. OLE color: 6100909.

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

Color convert

RGB 173 23 93 -
CMYK 0 0.87 0.46 0.32
HSL 332º 0.77% 0.38% -
HSV(B) 332º 0.87% 0.68% -
XYZ 19.52 10.29 11.31 -
YUV 75.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 173 23 93 0 0.87 0.46 0.32 332 0.77 0.38
Hex AD 17 5D 0 57 2E 20 14C 4D 26
Octal 255 27 135 0 127 56 40 514 115 46
Binary 10101101 10111 1011101 0 1010111 101110 100000 101001100 1001101 100110

Color Harmonies of #AD175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD175D

Black with #AD175D

Text Example


Text Example

White with #AD175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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