Html Css Color HEX #AD1565 Jazzberry Jam

📋 copy color: '#AD1565'

red 173 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #AD1565

Tints of Jazzberry Jam #AD1565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 58.64%
G = 7.12%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1565 (or 0xAD1565) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 65. RGB value is (173,21,101). Sum of RGB (Red+Green+Blue) = 173+21+101=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1565 is #52EA9A. Grayscale: #4B4B4B. Windows color (decimal): -5434011 or 6624685. OLE color: 6624685.

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

Color convert

RGB 173 21 101 -
CMYK 0 0.88 0.42 0.32
HSL 328.42º 0.78% 0.38% -
HSV(B) 328.42º 0.88% 0.68% -
XYZ 19.85 10.36 13.27 -
YUV 75.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 173 21 101 0 0.88 0.42 0.32 328.42 0.78 0.38
Hex AD 15 65 0 58 2A 20 148 4E 26
Octal 255 25 145 0 130 52 40 510 116 46
Binary 10101101 10101 1100101 0 1011000 101010 100000 101001000 1001110 100110

Color Harmonies of #AD1565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1565

Black with #AD1565

Text Example


Text Example

White with #AD1565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1565; }

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

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

background-color css

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

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

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

border-color css

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

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

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