Html Css Color HEX #AD1157 Jazzberry Jam

📋 copy color: '#AD1157'

red 173 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #AD1157

Tints of Jazzberry Jam #AD1157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 62.45%
G = 6.14%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD1157 (or 0xAD1157) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 57. RGB value is (173,17,87). Sum of RGB (Red+Green+Blue) = 173+17+87=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1157 is #52EEA8. Grayscale: #474747. Windows color (decimal): -5435049 or 5706157. OLE color: 5706157.

HSL color Cylindrical-coordinate representation of color #AD1157: hue angle of 333.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1157 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 87 -
CMYK 0 0.90 0.50 0.32
HSL 333.08º 0.82% 0.37% -
HSV(B) 333.08º 0.9% 0.68% -
XYZ 19.15 9.97 9.93 -
YUV 71.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 173 17 87 0 0.90 0.50 0.32 333.08 0.82 0.37
Hex AD 11 57 0 5A 32 20 14D 52 25
Octal 255 21 127 0 132 62 40 515 122 45
Binary 10101101 10001 1010111 0 1011010 110010 100000 101001101 1010010 100101

Color Harmonies of #AD1157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1157

Black with #AD1157

Text Example


Text Example

White with #AD1157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1157; }

 p { color: rgb(173,17,87); }

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

background-color css

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

 a { background-color: rgb(173,17,87); }

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

border-color css

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

 span { border-color: rgb(173,17,87); }

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