Html Css Color HEX #A84D79 Royal Heath

📋 copy color: '#A84D79'

red 168 ◦ green 77 ◦ blue 121

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

Shades of Royal Heath #A84D79

Tints of Royal Heath #A84D79

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 45.9%
G = 21.04%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A84D79 (or 0xA84D79) is known color: Royal Heath. HEX triplet: A8, 4D and 79. RGB value is (168,77,121). Sum of RGB (Red+Green+Blue) = 168+77+121=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84D79 is #57B286. Grayscale: #6D6D6D. Windows color (decimal): -5747335 or 7949736. OLE color: 7949736.

HSL color Cylindrical-coordinate representation of color #A84D79: hue angle of 330.99º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84D79 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 121 -
CMYK 0 0.54 0.28 0.34
HSL 330.99º 0.37% 0.48% -
HSV(B) 330.99º 0.54% 0.66% -
XYZ 22.25 15.01 19.81 -
YUV 109.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 168 77 121 0 0.54 0.28 0.34 330.99 0.37 0.48
Hex A8 4D 79 0 36 1C 22 14B 25 30
Octal 250 115 171 0 66 34 42 513 45 60
Binary 10101000 1001101 1111001 0 110110 11100 100010 101001011 100101 110000

Color Harmonies of #A84D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D79

Black with #A84D79

Text Example


Text Example

White with #A84D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D79; }

 p { color: rgb(168,77,121); }

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

background-color css

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

 a { background-color: rgb(168,77,121); }

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

border-color css

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

 span { border-color: rgb(168,77,121); }

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