Html Css Color HEX #AD1575 Jazzberry Jam

📋 copy color: '#AD1575'

red 173 ◦ green 21 ◦ blue 117

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

Shades of Jazzberry Jam #AD1575

Tints of Jazzberry Jam #AD1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 55.63%
G = 6.75%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD1575 (or 0xAD1575) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 75. RGB value is (173,21,117). Sum of RGB (Red+Green+Blue) = 173+21+117=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1575 is #52EA8A. Grayscale: #4D4D4D. Windows color (decimal): -5433995 or 7673261. OLE color: 7673261.

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

Color convert

RGB 173 21 117 -
CMYK 0 0.88 0.32 0.32
HSL 322.11º 0.78% 0.38% -
HSV(B) 322.11º 0.88% 0.68% -
XYZ 20.71 10.7 17.8 -
YUV 77.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 173 21 117 0 0.88 0.32 0.32 322.11 0.78 0.38
Hex AD 15 75 0 58 20 20 142 4E 26
Octal 255 25 165 0 130 40 40 502 116 46
Binary 10101101 10101 1110101 0 1011000 100000 100000 101000010 1001110 100110

Color Harmonies of #AD1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1575

Black with #AD1575

Text Example


Text Example

White with #AD1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1575; }

 p { color: rgb(173,21,117); }

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

background-color css

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

 a { background-color: rgb(173,21,117); }

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

border-color css

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

 span { border-color: rgb(173,21,117); }

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