Html Css Color HEX #AD1569 Jazzberry Jam

📋 copy color: '#AD1569'

red 173 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #AD1569

Tints of Jazzberry Jam #AD1569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 57.86%
G = 7.02%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD1569 (or 0xAD1569) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 69. RGB value is (173,21,105). Sum of RGB (Red+Green+Blue) = 173+21+105=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1569 is #52EA96. Grayscale: #4B4B4B. Windows color (decimal): -5434007 or 6886829. OLE color: 6886829.

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

Color convert

RGB 173 21 105 -
CMYK 0 0.88 0.39 0.32
HSL 326.84º 0.78% 0.38% -
HSV(B) 326.84º 0.88% 0.68% -
XYZ 20.05 10.44 14.32 -
YUV 76.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 173 21 105 0 0.88 0.39 0.32 326.84 0.78 0.38
Hex AD 15 69 0 58 27 20 147 4E 26
Octal 255 25 151 0 130 47 40 507 116 46
Binary 10101101 10101 1101001 0 1011000 100111 100000 101000111 1001110 100110

Color Harmonies of #AD1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1569

Black with #AD1569

Text Example


Text Example

White with #AD1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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