#A84D7D

Color #A84D7D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A84D7D

Tints of Royal Heath #A84D7D

Color information

#A84D7D (or 0xA84D7D) is unknown color: approx Royal Heath. HEX triplet: A8, 4D and 7D. RGB value is (168,77,125). Sum of RGB (Red+Green+Blue) = 168+77+125=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84D7D is #57B282. Grayscale: #6D6D6D. Windows color (decimal): -5747331 or 8211880. OLE color: 8211880.

HSL color Cylindrical-coordinate representation of color #A84D7D: hue angle of 328.35º 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 #A84D7D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16877125-
CMYK00.540.260.34
HSL328.35º37.14%48.04%-
HSV(B)328.35º54.17%65.88%-
XYZ22.515.1121.13-
YUV109.68136.65169.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=45.41%
G=20.81%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687712500.540.260.34328.3537.1448.04
HexA84D7D0361A221482530
Octal25011517506632425104560
Binary1010100010011011111101011011011010100010101001000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D7D; }

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

 H1.HeaderClassName
 {
   color: #A84D7D;
 }
 .AnyTagClassName
 {
   color: #A84D7D;
 }
</style>
background-color css

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

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

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

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

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

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