Html Css Color HEX #AD1274 Jazzberry Jam

📋 copy color: '#AD1274'

red 173 ◦ green 18 ◦ blue 116

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

Shades of Jazzberry Jam #AD1274

Tints of Jazzberry Jam #AD1274

RGB

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

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

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

R = 56.35%
G = 5.86%
B = 37.79%

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

#AD1274 (or 0xAD1274) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 74. RGB value is (173,18,116). Sum of RGB (Red+Green+Blue) = 173+18+116=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1274 is #52ED8B. Grayscale: #4B4B4B. Windows color (decimal): -5434764 or 7606957. OLE color: 7606957.

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

Color convert

RGB 173 18 116 -
CMYK 0 0.90 0.33 0.32
HSL 322.06º 0.81% 0.37% -
HSV(B) 322.06º 0.9% 0.68% -
XYZ 20.6 10.58 17.48 -
YUV 75.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 173 18 116 0 0.90 0.33 0.32 322.06 0.81 0.37
Hex AD 12 74 0 5A 21 20 142 51 25
Octal 255 22 164 0 132 41 40 502 121 45
Binary 10101101 10010 1110100 0 1011010 100001 100000 101000010 1010001 100101

Color Harmonies of #AD1274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1274

Black with #AD1274

Text Example


Text Example

White with #AD1274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1274; }

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

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

background-color css

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

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

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

border-color css

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

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

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