#A4487C

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

Shades of Royal Heath #A4487C

Tints of Royal Heath #A4487C

Color information

#A4487C (or 0xA4487C) is unknown color: approx Royal Heath. HEX triplet: A4, 48 and 7C. RGB value is (164,72,124). Sum of RGB (Red+Green+Blue) = 164+72+124=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4487C is #5BB783. Grayscale: #696969. Windows color (decimal): -6010756 or 8145060. OLE color: 8145060.

HSL color Cylindrical-coordinate representation of color #A4487C: hue angle of 326.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4487C is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16472124-
CMYK00.560.240.36
HSL326.09º38.98%46.27%-
HSV(B)326.09º56.1%64.31%-
XYZ21.2713.9820.65-
YUV105.44138.48169.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=45.56%
G=20%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647212400.560.240.36326.0938.9846.27
HexA4487C0381824146272e
Octal24411017407030445064756
Binary1010010010010001111100011100011000100100101000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4487C; }

 p { color: rgb(164,72,124); }

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

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

 a { background-color: rgb(164,72,124); }

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

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

 span { border-color: rgb(164,72,124); }

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