#A6507A

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

Shades of Royal Heath #A6507A

Tints of Royal Heath #A6507A

Color information

#A6507A (or 0xA6507A) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 7A. RGB value is (166,80,122). Sum of RGB (Red+Green+Blue) = 166+80+122=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A6507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6507A is #59AF85. Grayscale: #6E6E6E. Windows color (decimal): -5877638 or 8016038. OLE color: 8016038.

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

Color convert

RGB16680122-
CMYK00.520.270.35
HSL330.7º34.96%48.24%-
HSV(B)330.7º51.81%65.1%-
XYZ22.1115.2520.19-
YUV110.5134.49167.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=45.11%
G=21.74%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668012200.520.270.35330.734.9648.24
HexA6507A0341B2314b2330
Octal24612017206433435134360
Binary1010011010100001111010011010011011100011101001011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6507A; }

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

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

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

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

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

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

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

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