Html Css Color HEX #AD124E Jazzberry Jam

📋 copy color: '#AD124E'

red 173 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #AD124E

Tints of Jazzberry Jam #AD124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29%

R = 64.31%
G = 6.69%
B = 29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD124E (or 0xAD124E) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 4E. RGB value is (173,18,78). Sum of RGB (Red+Green+Blue) = 173+18+78=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD124E is #52EDB1. Grayscale: #474747. Windows color (decimal): -5434802 or 5116589. OLE color: 5116589.

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

Color convert

RGB 173 18 78 -
CMYK 0 0.90 0.55 0.32
HSL 336.77º 0.81% 0.37% -
HSV(B) 336.77º 0.9% 0.68% -
XYZ 18.83 9.87 8.12 -
YUV 71.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 173 18 78 0 0.90 0.55 0.32 336.77 0.81 0.37
Hex AD 12 4E 0 5A 37 20 151 51 25
Octal 255 22 116 0 132 67 40 521 121 45
Binary 10101101 10010 1001110 0 1011010 110111 100000 101010001 1010001 100101

Color Harmonies of #AD124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD124E

Black with #AD124E

Text Example


Text Example

White with #AD124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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