Html Css Color HEX #AD1670 Jazzberry Jam

📋 copy color: '#AD1670'

red 173 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #AD1670

Tints of Jazzberry Jam #AD1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 56.35%
G = 7.17%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD1670 (or 0xAD1670) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 70. RGB value is (173,22,112). Sum of RGB (Red+Green+Blue) = 173+22+112=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1670 is #52E98F. Grayscale: #4D4D4D. Windows color (decimal): -5433744 or 7345837. OLE color: 7345837.

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

Color convert

RGB 173 22 112 -
CMYK 0 0.87 0.35 0.32
HSL 324.24º 0.77% 0.38% -
HSV(B) 324.24º 0.87% 0.68% -
XYZ 20.45 10.63 16.3 -
YUV 77.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 173 22 112 0 0.87 0.35 0.32 324.24 0.77 0.38
Hex AD 16 70 0 57 23 20 144 4D 26
Octal 255 26 160 0 127 43 40 504 115 46
Binary 10101101 10110 1110000 0 1010111 100011 100000 101000100 1001101 100110

Color Harmonies of #AD1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1670

Black with #AD1670

Text Example


Text Example

White with #AD1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1670; }

 p { color: rgb(173,22,112); }

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

background-color css

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

 a { background-color: rgb(173,22,112); }

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

border-color css

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

 span { border-color: rgb(173,22,112); }

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