Html Css Color HEX #AD1568 Jazzberry Jam

📋 copy color: '#AD1568'

red 173 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #AD1568

Tints of Jazzberry Jam #AD1568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 58.05%
G = 7.05%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1568 (or 0xAD1568) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 68. RGB value is (173,21,104). Sum of RGB (Red+Green+Blue) = 173+21+104=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1568 is #52EA97. Grayscale: #4B4B4B. Windows color (decimal): -5434008 or 6821293. OLE color: 6821293.

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

Color convert

RGB 173 21 104 -
CMYK 0 0.88 0.40 0.32
HSL 327.24º 0.78% 0.38% -
HSV(B) 327.24º 0.88% 0.68% -
XYZ 20 10.42 14.05 -
YUV 75.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 173 21 104 0 0.88 0.40 0.32 327.24 0.78 0.38
Hex AD 15 68 0 58 28 20 147 4E 26
Octal 255 25 150 0 130 50 40 507 116 46
Binary 10101101 10101 1101000 0 1011000 101000 100000 101000111 1001110 100110

Color Harmonies of #AD1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1568

Black with #AD1568

Text Example


Text Example

White with #AD1568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1568; }

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

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

background-color css

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

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

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

border-color css

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

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

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