#A6477D

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

Shades of Royal Heath #A6477D

Tints of Royal Heath #A6477D

Color information

#A6477D (or 0xA6477D) is unknown color: approx Royal Heath. HEX triplet: A6, 47 and 7D. RGB value is (166,71,125). Sum of RGB (Red+Green+Blue) = 166+71+125=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6477D is #59B882. Grayscale: #696969. Windows color (decimal): -5879939 or 8210342. OLE color: 8210342.

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

Color convert

RGB16671125-
CMYK00.570.250.35
HSL325.89º40.08%46.47%-
HSV(B)325.89º57.23%65.1%-
XYZ21.6814.0920.98-
YUV105.56138.97171.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=45.86%
G=19.61%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667112500.570.250.35325.8940.0846.47
HexA6477D0391923146282e
Octal24610717507131435065056
Binary1010011010001111111101011100111001100011101000110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6477D; }

 p { color: rgb(166,71,125); }

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

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

 a { background-color: rgb(166,71,125); }

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

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

 span { border-color: rgb(166,71,125); }

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