#A4487B

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

Shades of Royal Heath #A4487B

Tints of Royal Heath #A4487B

Color information

#A4487B (or 0xA4487B) is unknown color: approx Royal Heath. HEX triplet: A4, 48 and 7B. RGB value is (164,72,123). Sum of RGB (Red+Green+Blue) = 164+72+123=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4487B is #5BB784. Grayscale: #696969. Windows color (decimal): -6010757 or 8079524. OLE color: 8079524.

HSL color Cylindrical-coordinate representation of color #A4487B: hue angle of 326.74º 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 #A4487B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16472123-
CMYK00.560.250.36
HSL326.74º38.98%46.27%-
HSV(B)326.74º56.1%64.31%-
XYZ21.213.9620.32-
YUV105.32137.98169.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=45.68%
G=20.06%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647212300.560.250.36326.7438.9846.27
HexA4487B0381924147272e
Octal24411017307031445074756
Binary1010010010010001111011011100011001100100101000111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4487B; }

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

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

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

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

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

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

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

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