Html Css Color HEX #AD1768 Jazzberry Jam

📋 copy color: '#AD1768'

red 173 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #AD1768

Tints of Jazzberry Jam #AD1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

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

R = 57.67%
G = 7.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1768 (or 0xAD1768) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 68. RGB value is (173,23,104). Sum of RGB (Red+Green+Blue) = 173+23+104=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1768 is #52E897. Grayscale: #4C4C4C. Windows color (decimal): -5433496 or 6821805. OLE color: 6821805.

HSL color Cylindrical-coordinate representation of color #AD1768: hue angle of 327.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1768 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 104 -
CMYK 0 0.87 0.40 0.32
HSL 327.6º 0.77% 0.38% -
HSV(B) 327.6º 0.87% 0.68% -
XYZ 20.04 10.5 14.07 -
YUV 77.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 173 23 104 0 0.87 0.40 0.32 327.6 0.77 0.38
Hex AD 17 68 0 57 28 20 148 4D 26
Octal 255 27 150 0 127 50 40 510 115 46
Binary 10101101 10111 1101000 0 1010111 101000 100000 101001000 1001101 100110

Color Harmonies of #AD1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1768

Black with #AD1768

Text Example


Text Example

White with #AD1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1768; }

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

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

background-color css

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

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

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

border-color css

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

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

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