#A6467A

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

Shades of Royal Heath #A6467A

Tints of Royal Heath #A6467A

Color information

#A6467A (or 0xA6467A) is unknown color: approx Royal Heath. HEX triplet: A6, 46 and 7A. RGB value is (166,70,122). Sum of RGB (Red+Green+Blue) = 166+70+122=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6467A is #59B985. Grayscale: #686868. Windows color (decimal): -5880198 or 8013478. OLE color: 8013478.

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

Color convert

RGB16670122-
CMYK00.580.270.35
HSL327.5º40.68%46.27%-
HSV(B)327.5º57.83%65.1%-
XYZ21.4313.8919.96-
YUV104.63137.8171.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=46.37%
G=19.55%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667012200.580.270.35327.540.6846.27
HexA6467A03A1B23148292e
Octal24610617207233435105156
Binary1010011010001101111010011101011011100011101001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6467A; }

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

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

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

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

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

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

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

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