Html Css Color HEX #AD1273 Jazzberry Jam

📋 copy color: '#AD1273'

red 173 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #AD1273

Tints of Jazzberry Jam #AD1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 56.54%
G = 5.88%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1273 (or 0xAD1273) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 73. RGB value is (173,18,115). Sum of RGB (Red+Green+Blue) = 173+18+115=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1273 is #52ED8C. Grayscale: #4B4B4B. Windows color (decimal): -5434765 or 7541421. OLE color: 7541421.

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

Color convert

RGB 173 18 115 -
CMYK 0 0.90 0.34 0.32
HSL 322.45º 0.81% 0.37% -
HSV(B) 322.45º 0.9% 0.68% -
XYZ 20.54 10.55 17.17 -
YUV 75.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 173 18 115 0 0.90 0.34 0.32 322.45 0.81 0.37
Hex AD 12 73 0 5A 22 20 142 51 25
Octal 255 22 163 0 132 42 40 502 121 45
Binary 10101101 10010 1110011 0 1011010 100010 100000 101000010 1010001 100101

Color Harmonies of #AD1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1273

Black with #AD1273

Text Example


Text Example

White with #AD1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1273; }

 p { color: rgb(173,18,115); }

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

background-color css

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

 a { background-color: rgb(173,18,115); }

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

border-color css

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

 span { border-color: rgb(173,18,115); }

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