Html Css Color HEX #AD115D Jazzberry Jam

📋 copy color: '#AD115D'

red 173 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #AD115D

Tints of Jazzberry Jam #AD115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 61.13%
G = 6.01%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD115D (or 0xAD115D) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 5D. RGB value is (173,17,93). Sum of RGB (Red+Green+Blue) = 173+17+93=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD115D is #52EEA2. Grayscale: #484848. Windows color (decimal): -5435043 or 6099373. OLE color: 6099373.

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

Color convert

RGB 173 17 93 -
CMYK 0 0.90 0.46 0.32
HSL 330.77º 0.82% 0.37% -
HSV(B) 330.77º 0.9% 0.68% -
XYZ 19.41 10.08 11.28 -
YUV 72.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 173 17 93 0 0.90 0.46 0.32 330.77 0.82 0.37
Hex AD 11 5D 0 5A 2E 20 14B 52 25
Octal 255 21 135 0 132 56 40 513 122 45
Binary 10101101 10001 1011101 0 1011010 101110 100000 101001011 1010010 100101

Color Harmonies of #AD115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD115D

Black with #AD115D

Text Example


Text Example

White with #AD115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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