#a6407a

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

Shades of Royal Heath #A6407A

Tints of Royal Heath #A6407A

Color information

#A6407A (or 0xA6407A) is unknown color: approx Royal Heath. HEX triplet: A6, 40 and 7A. RGB value is (166,64,122). Sum of RGB (Red+Green+Blue) = 166+64+122=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6407A is #59BF85. Grayscale: #646464. Windows color (decimal): -5881734 or 8011942. OLE color: 8011942.

HSL color Cylindrical-coordinate representation of color #A6407A: hue angle of 325.88º 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 #A6407A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16664122-
CMYK00.610.270.35
HSL325.88º44.35%45.1%-
HSV(B)325.88º61.45%65.1%-
XYZ21.0713.1819.85-
YUV101.11139.79174.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=47.16%
G=18.18%
B=34.66%

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
Decimal1666412200.610.270.35325.8844.3545.1
HexA6407A03D1B231462c2d
Octal24610017207533435065455
Binary1010011010000001111010011110111011100011101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6407a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6407a; }

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

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

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

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

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

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

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

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