#A3487E

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

Shades of Royal Heath #A3487E

Tints of Royal Heath #A3487E

Color information

#A3487E (or 0xA3487E) is unknown color: approx Royal Heath. HEX triplet: A3, 48 and 7E. RGB value is (163,72,126). Sum of RGB (Red+Green+Blue) = 163+72+126=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3487E is #5CB781. Grayscale: #696969. Windows color (decimal): -6076290 or 8276131. OLE color: 8276131.

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

Color convert

RGB16372126-
CMYK00.560.230.36
HSL324.4º38.72%46.08%-
HSV(B)324.4º55.83%63.92%-
XYZ21.1913.9321.31-
YUV105.36139.65169.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=45.15%
G=19.94%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637212600.560.230.36324.438.7246.08
HexA3487E0381724144272e
Octal24311017607027445044756
Binary1010001110010001111110011100010111100100101000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3487E; }

 p { color: rgb(163,72,126); }

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

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

 a { background-color: rgb(163,72,126); }

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

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

 span { border-color: rgb(163,72,126); }

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