Html Css Color HEX #AD1158 Jazzberry Jam

📋 copy color: '#AD1158'

red 173 ◦ green 17 ◦ blue 88

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

Shades of Jazzberry Jam #AD1158

Tints of Jazzberry Jam #AD1158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.65%

R = 62.23%
G = 6.12%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1158 (or 0xAD1158) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 58. RGB value is (173,17,88). Sum of RGB (Red+Green+Blue) = 173+17+88=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1158 is #52EEA7. Grayscale: #474747. Windows color (decimal): -5435048 or 5771693. OLE color: 5771693.

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

Color convert

RGB 173 17 88 -
CMYK 0 0.90 0.49 0.32
HSL 332.69º 0.82% 0.37% -
HSV(B) 332.69º 0.9% 0.68% -
XYZ 19.2 9.99 10.15 -
YUV 71.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 173 17 88 0 0.90 0.49 0.32 332.69 0.82 0.37
Hex AD 11 58 0 5A 31 20 14D 52 25
Octal 255 21 130 0 132 61 40 515 122 45
Binary 10101101 10001 1011000 0 1011010 110001 100000 101001101 1010010 100101

Color Harmonies of #AD1158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1158

Black with #AD1158

Text Example


Text Example

White with #AD1158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1158; }

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

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

background-color css

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

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

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

border-color css

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

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

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