Html Css Color HEX #AD1162 Jazzberry Jam

📋 copy color: '#AD1162'

red 173 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #AD1162

Tints of Jazzberry Jam #AD1162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 60.07%
G = 5.9%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1162 (or 0xAD1162) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 62. RGB value is (173,17,98). Sum of RGB (Red+Green+Blue) = 173+17+98=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1162 is #52EE9D. Grayscale: #484848. Windows color (decimal): -5435038 or 6427053. OLE color: 6427053.

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

Color convert

RGB 173 17 98 -
CMYK 0 0.90 0.43 0.32
HSL 328.85º 0.82% 0.37% -
HSV(B) 328.85º 0.9% 0.68% -
XYZ 19.64 10.17 12.48 -
YUV 72.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 173 17 98 0 0.90 0.43 0.32 328.85 0.82 0.37
Hex AD 11 62 0 5A 2B 20 149 52 25
Octal 255 21 142 0 132 53 40 511 122 45
Binary 10101101 10001 1100010 0 1011010 101011 100000 101001001 1010010 100101

Color Harmonies of #AD1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1162

Black with #AD1162

Text Example


Text Example

White with #AD1162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1162; }

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

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

background-color css

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

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

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

border-color css

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

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

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