#A65581

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

Shades of Royal Heath #A65581

Tints of Royal Heath #A65581

Color information

#A65581 (or 0xA65581) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 81. RGB value is (166,85,129). Sum of RGB (Red+Green+Blue) = 166+85+129=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65581 is #59AA7E. Grayscale: #727272. Windows color (decimal): -5876351 or 8476070. OLE color: 8476070.

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

Color convert

RGB16685129-
CMYK00.490.220.35
HSL327.41º32.27%49.22%-
HSV(B)327.41º48.8%65.1%-
XYZ22.9416.1922.68-
YUV114.24136.34164.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=43.68%
G=22.37%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512900.490.220.35327.4132.2749.22
HexA6558103116231472031
Octal24612520106126435074061
Binary10100110101010110000001011000110110100011101000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65581; }

 p { color: rgb(166,85,129); }

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

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

 a { background-color: rgb(166,85,129); }

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

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

 span { border-color: rgb(166,85,129); }

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