Html Css Color HEX #AD1562 Jazzberry Jam

📋 copy color: '#AD1562'

red 173 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #AD1562

Tints of Jazzberry Jam #AD1562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 59.25%
G = 7.19%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1562 (or 0xAD1562) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 62. RGB value is (173,21,98). Sum of RGB (Red+Green+Blue) = 173+21+98=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1562 is #52EA9D. Grayscale: #4B4B4B. Windows color (decimal): -5434014 or 6428077. OLE color: 6428077.

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

Color convert

RGB 173 21 98 -
CMYK 0 0.88 0.43 0.32
HSL 329.61º 0.78% 0.38% -
HSV(B) 329.61º 0.88% 0.68% -
XYZ 19.71 10.3 12.51 -
YUV 75.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 173 21 98 0 0.88 0.43 0.32 329.61 0.78 0.38
Hex AD 15 62 0 58 2B 20 14A 4E 26
Octal 255 25 142 0 130 53 40 512 116 46
Binary 10101101 10101 1100010 0 1011000 101011 100000 101001010 1001110 100110

Color Harmonies of #AD1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1562

Black with #AD1562

Text Example


Text Example

White with #AD1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1562; }

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

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

background-color css

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

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

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

border-color css

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

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

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