#A65085

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

Shades of Royal Heath #A65085

Tints of Royal Heath #A65085

Color information

#A65085 (or 0xA65085) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 85. RGB value is (166,80,133). Sum of RGB (Red+Green+Blue) = 166+80+133=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65085 is #59AF7A. Grayscale: #6F6F6F. Windows color (decimal): -5877627 or 8736934. OLE color: 8736934.

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

Color convert

RGB16680133-
CMYK00.520.200.35
HSL323.02º34.96%48.24%-
HSV(B)323.02º51.81%65.1%-
XYZ22.8315.5423.99-
YUV111.76139.99166.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=43.80%
G=21.11%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668013300.520.200.35323.0234.9648.24
HexA6508503414231432330
Octal24612020506424435034360
Binary10100110101000010000101011010010100100011101000011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65085; }

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

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

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

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

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

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

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

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