Html Css Color HEX #AD1561 Jazzberry Jam

📋 copy color: '#AD1561'

red 173 ◦ green 21 ◦ blue 97

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

Shades of Jazzberry Jam #AD1561

Tints of Jazzberry Jam #AD1561

RGB

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

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

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

R = 59.45%
G = 7.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD1561 (or 0xAD1561) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 61. RGB value is (173,21,97). Sum of RGB (Red+Green+Blue) = 173+21+97=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1561 is #52EA9E. Grayscale: #4A4A4A. Windows color (decimal): -5434015 or 6362541. OLE color: 6362541.

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

Color convert

RGB 173 21 97 -
CMYK 0 0.88 0.44 0.32
HSL 330º 0.78% 0.38% -
HSV(B) 330º 0.88% 0.68% -
XYZ 19.66 10.28 12.26 -
YUV 75.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 173 21 97 0 0.88 0.44 0.32 330 0.78 0.38
Hex AD 15 61 0 58 2C 20 14A 4E 26
Octal 255 25 141 0 130 54 40 512 116 46
Binary 10101101 10101 1100001 0 1011000 101100 100000 101001010 1001110 100110

Color Harmonies of #AD1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1561

Black with #AD1561

Text Example


Text Example

White with #AD1561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1561; }

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

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

background-color css

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

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

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

border-color css

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

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

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