#A6507C

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

Shades of Royal Heath #A6507C

Tints of Royal Heath #A6507C

Color information

#A6507C (or 0xA6507C) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 7C. RGB value is (166,80,124). Sum of RGB (Red+Green+Blue) = 166+80+124=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6507C is #59AF83. Grayscale: #6E6E6E. Windows color (decimal): -5877636 or 8147110. OLE color: 8147110.

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

Color convert

RGB16680124-
CMYK00.520.250.35
HSL329.3º34.96%48.24%-
HSV(B)329.3º51.81%65.1%-
XYZ22.2315.320.85-
YUV110.73135.49167.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=44.86%
G=21.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668012400.520.250.35329.334.9648.24
HexA6507C03419231492330
Octal24612017406431435114360
Binary1010011010100001111100011010011001100011101001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6507C; }

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

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

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

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

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

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

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

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