#A6517E

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

Shades of Royal Heath #A6517E

Tints of Royal Heath #A6517E

Color information

#A6517E (or 0xA6517E) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 7E. RGB value is (166,81,126). Sum of RGB (Red+Green+Blue) = 166+81+126=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6517E is #59AE81. Grayscale: #6F6F6F. Windows color (decimal): -5877378 or 8278438. OLE color: 8278438.

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

Color convert

RGB16681126-
CMYK00.510.240.35
HSL328.24º34.41%48.43%-
HSV(B)328.24º51.2%65.1%-
XYZ22.4315.521.55-
YUV111.54136.16166.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=44.50%
G=21.72%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668112600.510.240.35328.2434.4148.43
HexA6517E03318231482230
Octal24612117606330435104260
Binary1010011010100011111110011001111000100011101001000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6517E; }

 p { color: rgb(166,81,126); }

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

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

 a { background-color: rgb(166,81,126); }

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

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

 span { border-color: rgb(166,81,126); }

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