Html Css Color HEX #AD1161 Jazzberry Jam

📋 copy color: '#AD1161'

red 173 ◦ green 17 ◦ blue 97

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

Shades of Jazzberry Jam #AD1161

Tints of Jazzberry Jam #AD1161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 60.28%
G = 5.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD1161 (or 0xAD1161) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 61. RGB value is (173,17,97). Sum of RGB (Red+Green+Blue) = 173+17+97=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1161 is #52EE9E. Grayscale: #484848. Windows color (decimal): -5435039 or 6361517. OLE color: 6361517.

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

Color convert

RGB 173 17 97 -
CMYK 0 0.90 0.44 0.32
HSL 329.23º 0.82% 0.37% -
HSV(B) 329.23º 0.9% 0.68% -
XYZ 19.59 10.15 12.24 -
YUV 72.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 173 17 97 0 0.90 0.44 0.32 329.23 0.82 0.37
Hex AD 11 61 0 5A 2C 20 149 52 25
Octal 255 21 141 0 132 54 40 511 122 45
Binary 10101101 10001 1100001 0 1011010 101100 100000 101001001 1010010 100101

Color Harmonies of #AD1161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1161

Black with #AD1161

Text Example


Text Example

White with #AD1161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1161; }

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

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

background-color css

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

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

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

border-color css

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

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

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