#A65180

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

Shades of Royal Heath #A65180

Tints of Royal Heath #A65180

Color information

#A65180 (or 0xA65180) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 80. RGB value is (166,81,128). Sum of RGB (Red+Green+Blue) = 166+81+128=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A65180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65180 is #59AE7F. Grayscale: #6F6F6F. Windows color (decimal): -5877376 or 8409510. OLE color: 8409510.

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

Color convert

RGB16681128-
CMYK00.510.230.35
HSL326.82º34.41%48.43%-
HSV(B)326.82º51.2%65.1%-
XYZ22.5615.5522.23-
YUV111.77137.16166.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=44.27%
G=21.6%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668112800.510.230.35326.8234.4148.43
HexA6518003317231472230
Octal24612120006327435074260
Binary10100110101000110000000011001110111100011101000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65180; }

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

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

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

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

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

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

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

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