Html Css Color HEX #AD116F Jazzberry Jam

📋 copy color: '#AD116F'

red 173 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #AD116F

Tints of Jazzberry Jam #AD116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 57.48%
G = 5.65%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD116F (or 0xAD116F) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 6F. RGB value is (173,17,111). Sum of RGB (Red+Green+Blue) = 173+17+111=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116F is #52EE90. Grayscale: #4A4A4A. Windows color (decimal): -5435025 or 7279021. OLE color: 7279021.

HSL color Cylindrical-coordinate representation of color #AD116F: hue angle of 323.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD116F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 111 -
CMYK 0 0.90 0.36 0.32
HSL 323.85º 0.82% 0.37% -
HSV(B) 323.85º 0.9% 0.68% -
XYZ 20.3 10.43 15.98 -
YUV 74.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 173 17 111 0 0.90 0.36 0.32 323.85 0.82 0.37
Hex AD 11 6F 0 5A 24 20 144 52 25
Octal 255 21 157 0 132 44 40 504 122 45
Binary 10101101 10001 1101111 0 1011010 100100 100000 101000100 1010010 100101

Color Harmonies of #AD116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD116F

Black with #AD116F

Text Example


Text Example

White with #AD116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD116F; }

 p { color: rgb(173,17,111); }

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

background-color css

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

 a { background-color: rgb(173,17,111); }

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

border-color css

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

 span { border-color: rgb(173,17,111); }

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