Html Css Color HEX #AD1159 Jazzberry Jam

📋 copy color: '#AD1159'

red 173 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #AD1159

Tints of Jazzberry Jam #AD1159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 62.01%
G = 6.09%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1159 (or 0xAD1159) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 59. RGB value is (173,17,89). Sum of RGB (Red+Green+Blue) = 173+17+89=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1159 is #52EEA6. Grayscale: #474747. Windows color (decimal): -5435047 or 5837229. OLE color: 5837229.

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

Color convert

RGB 173 17 89 -
CMYK 0 0.90 0.49 0.32
HSL 332.31º 0.82% 0.37% -
HSV(B) 332.31º 0.9% 0.68% -
XYZ 19.24 10.01 10.37 -
YUV 71.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 173 17 89 0 0.90 0.49 0.32 332.31 0.82 0.37
Hex AD 11 59 0 5A 31 20 14C 52 25
Octal 255 21 131 0 132 61 40 514 122 45
Binary 10101101 10001 1011001 0 1011010 110001 100000 101001100 1010010 100101

Color Harmonies of #AD1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1159

Black with #AD1159

Text Example


Text Example

White with #AD1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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