Html Css Color HEX #AD1154 Jazzberry Jam

📋 copy color: '#AD1154'

red 173 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #AD1154

Tints of Jazzberry Jam #AD1154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 63.14%
G = 6.2%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1154 (or 0xAD1154) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 54. RGB value is (173,17,84). Sum of RGB (Red+Green+Blue) = 173+17+84=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1154 is #52EEAB. Grayscale: #474747. Windows color (decimal): -5435052 or 5509549. OLE color: 5509549.

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

Color convert

RGB 173 17 84 -
CMYK 0 0.90 0.51 0.32
HSL 334.23º 0.82% 0.37% -
HSV(B) 334.23º 0.9% 0.68% -
XYZ 19.03 9.93 9.3 -
YUV 71.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 173 17 84 0 0.90 0.51 0.32 334.23 0.82 0.37
Hex AD 11 54 0 5A 33 20 14E 52 25
Octal 255 21 124 0 132 63 40 516 122 45
Binary 10101101 10001 1010100 0 1011010 110011 100000 101001110 1010010 100101

Color Harmonies of #AD1154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1154

Black with #AD1154

Text Example


Text Example

White with #AD1154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1154; }

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

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

background-color css

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

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

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

border-color css

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

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

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