Html Css Color HEX #AD1174 Jazzberry Jam

📋 copy color: '#AD1174'

red 173 ◦ green 17 ◦ blue 116

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

Shades of Jazzberry Jam #AD1174

Tints of Jazzberry Jam #AD1174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 56.54%
G = 5.56%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD1174 (or 0xAD1174) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 74. RGB value is (173,17,116). Sum of RGB (Red+Green+Blue) = 173+17+116=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1174 is #52EE8B. Grayscale: #4A4A4A. Windows color (decimal): -5435020 or 7606701. OLE color: 7606701.

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

Color convert

RGB 173 17 116 -
CMYK 0 0.90 0.33 0.32
HSL 321.92º 0.82% 0.37% -
HSV(B) 321.92º 0.9% 0.68% -
XYZ 20.59 10.55 17.47 -
YUV 74.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 173 17 116 0 0.90 0.33 0.32 321.92 0.82 0.37
Hex AD 11 74 0 5A 21 20 142 52 25
Octal 255 21 164 0 132 41 40 502 122 45
Binary 10101101 10001 1110100 0 1011010 100001 100000 101000010 1010010 100101

Color Harmonies of #AD1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1174

Black with #AD1174

Text Example


Text Example

White with #AD1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1174; }

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

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

background-color css

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

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

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

border-color css

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

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

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