Html Css Color HEX #AD166E Jazzberry Jam

📋 copy color: '#AD166E'

red 173 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #AD166E

Tints of Jazzberry Jam #AD166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 56.72%
G = 7.21%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD166E (or 0xAD166E) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 6E. RGB value is (173,22,110). Sum of RGB (Red+Green+Blue) = 173+22+110=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD166E is #52E991. Grayscale: #4C4C4C. Windows color (decimal): -5433746 or 7214765. OLE color: 7214765.

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

Color convert

RGB 173 22 110 -
CMYK 0 0.87 0.36 0.32
HSL 325.03º 0.77% 0.38% -
HSV(B) 325.03º 0.87% 0.68% -
XYZ 20.33 10.58 15.72 -
YUV 77.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 173 22 110 0 0.87 0.36 0.32 325.03 0.77 0.38
Hex AD 16 6E 0 57 24 20 145 4D 26
Octal 255 26 156 0 127 44 40 505 115 46
Binary 10101101 10110 1101110 0 1010111 100100 100000 101000101 1001101 100110

Color Harmonies of #AD166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD166E

Black with #AD166E

Text Example


Text Example

White with #AD166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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