Html Css Color HEX #AD1664 Jazzberry Jam

📋 copy color: '#AD1664'

red 173 ◦ green 22 ◦ blue 100

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

Shades of Jazzberry Jam #AD1664

Tints of Jazzberry Jam #AD1664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 58.64%
G = 7.46%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1664 (or 0xAD1664) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 64. RGB value is (173,22,100). Sum of RGB (Red+Green+Blue) = 173+22+100=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1664 is #52E99B. Grayscale: #4B4B4B. Windows color (decimal): -5433756 or 6559405. OLE color: 6559405.

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

Color convert

RGB 173 22 100 -
CMYK 0 0.87 0.42 0.32
HSL 329.01º 0.77% 0.38% -
HSV(B) 329.01º 0.87% 0.68% -
XYZ 19.82 10.38 13.02 -
YUV 76.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 173 22 100 0 0.87 0.42 0.32 329.01 0.77 0.38
Hex AD 16 64 0 57 2A 20 149 4D 26
Octal 255 26 144 0 127 52 40 511 115 46
Binary 10101101 10110 1100100 0 1010111 101010 100000 101001001 1001101 100110

Color Harmonies of #AD1664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1664

Black with #AD1664

Text Example


Text Example

White with #AD1664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1664; }

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

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

background-color css

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

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

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

border-color css

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

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

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