#A6487A

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

Shades of Royal Heath #A6487A

Tints of Royal Heath #A6487A

Color information

#A6487A (or 0xA6487A) is unknown color: approx Royal Heath. HEX triplet: A6, 48 and 7A. RGB value is (166,72,122). Sum of RGB (Red+Green+Blue) = 166+72+122=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6487A is #59B785. Grayscale: #696969. Windows color (decimal): -5879686 or 8013990. OLE color: 8013990.

HSL color Cylindrical-coordinate representation of color #A6487A: hue angle of 328.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6487A is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16672122-
CMYK00.570.270.35
HSL328.09º39.5%46.67%-
HSV(B)328.09º56.63%65.1%-
XYZ21.5614.1520.01-
YUV105.81137.14170.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=46.11%
G=20%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667212200.570.270.35328.0939.546.67
HexA6487A0391B23148272f
Octal24611017207133435104757
Binary1010011010010001111010011100111011100011101001000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6487A; }

 p { color: rgb(166,72,122); }

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

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

 a { background-color: rgb(166,72,122); }

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

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

 span { border-color: rgb(166,72,122); }

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