Html Css Color HEX #AD116C Jazzberry Jam

📋 copy color: '#AD116C'

red 173 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #AD116C

Tints of Jazzberry Jam #AD116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 58.05%
G = 5.7%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD116C (or 0xAD116C) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 6C. RGB value is (173,17,108). Sum of RGB (Red+Green+Blue) = 173+17+108=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116C is #52EE93. Grayscale: #494949. Windows color (decimal): -5435028 or 7082413. OLE color: 7082413.

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

Color convert

RGB 173 17 108 -
CMYK 0 0.90 0.38 0.32
HSL 325º 0.82% 0.37% -
HSV(B) 325º 0.9% 0.68% -
XYZ 20.14 10.37 15.13 -
YUV 74.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 173 17 108 0 0.90 0.38 0.32 325 0.82 0.37
Hex AD 11 6C 0 5A 26 20 145 52 25
Octal 255 21 154 0 132 46 40 505 122 45
Binary 10101101 10001 1101100 0 1011010 100110 100000 101000101 1010010 100101

Color Harmonies of #AD116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD116C

Black with #AD116C

Text Example


Text Example

White with #AD116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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