#A6447E

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

Shades of Royal Heath #A6447E

Tints of Royal Heath #A6447E

Color information

#A6447E (or 0xA6447E) is unknown color: approx Royal Heath. HEX triplet: A6, 44 and 7E. RGB value is (166,68,126). Sum of RGB (Red+Green+Blue) = 166+68+126=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6447E is #59BB81. Grayscale: #676767. Windows color (decimal): -5880706 or 8275110. OLE color: 8275110.

HSL color Cylindrical-coordinate representation of color #A6447E: hue angle of 324.49º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6447E is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16668126-
CMYK00.590.240.35
HSL324.49º41.88%45.88%-
HSV(B)324.49º59.04%65.1%-
XYZ21.5613.7521.26-
YUV103.91140.47172.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 126 (49.61% from 255) = 35%
R=46.11%
G=18.89%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666812600.590.240.35324.4941.8845.88
HexA6447E03B18231442a2e
Octal24610417607330435045256
Binary1010011010001001111110011101111000100011101000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6447E; }

 p { color: rgb(166,68,126); }

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

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

 a { background-color: rgb(166,68,126); }

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

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

 span { border-color: rgb(166,68,126); }

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