#A65480

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

Shades of Royal Heath #A65480

Tints of Royal Heath #A65480

Color information

#A65480 (or 0xA65480) is unknown color: approx Royal Heath. HEX triplet: A6, 54 and 80. RGB value is (166,84,128). Sum of RGB (Red+Green+Blue) = 166+84+128=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65480 is #59AB7F. Grayscale: #717171. Windows color (decimal): -5876608 or 8410278. OLE color: 8410278.

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

Color convert

RGB16684128-
CMYK00.490.230.35
HSL327.8º32.8%49.02%-
HSV(B)327.8º49.4%65.1%-
XYZ22.7916.0122.31-
YUV113.53136.17165.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=43.92%
G=22.22%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668412800.490.230.35327.832.849.02
HexA6548003117231482131
Octal24612420006127435104161
Binary10100110101010010000000011000110111100011101001000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65480; }

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

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

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

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

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

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

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

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