#A6417A

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

Shades of Royal Heath #A6417A

Tints of Royal Heath #A6417A

Color information

#A6417A (or 0xA6417A) is unknown color: approx Royal Heath. HEX triplet: A6, 41 and 7A. RGB value is (166,65,122). Sum of RGB (Red+Green+Blue) = 166+65+122=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6417A is #59BE85. Grayscale: #656565. Windows color (decimal): -5881478 or 8012198. OLE color: 8012198.

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

Color convert

RGB16665122-
CMYK00.610.270.35
HSL326.14º43.72%45.29%-
HSV(B)326.14º60.84%65.1%-
XYZ21.1313.2919.86-
YUV101.7139.46173.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=47.03%
G=18.41%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666512200.610.270.35326.1443.7245.29
HexA6417A03D1B231462c2d
Octal24610117207533435065455
Binary1010011010000011111010011110111011100011101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6417A; }

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

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

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

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

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

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

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

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