#A65284

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

Shades of Royal Heath #A65284

Tints of Royal Heath #A65284

Color information

#A65284 (or 0xA65284) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 84. RGB value is (166,82,132). Sum of RGB (Red+Green+Blue) = 166+82+132=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65284 is #59AD7B. Grayscale: #707070. Windows color (decimal): -5877116 or 8671910. OLE color: 8671910.

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

Color convert

RGB16682132-
CMYK00.510.200.35
HSL324.29º33.87%48.63%-
HSV(B)324.29º50.6%65.1%-
XYZ22.9115.8123.67-
YUV112.82138.83165.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=43.68%
G=21.58%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668213200.510.200.35324.2933.8748.63
HexA6528403314231442231
Octal24612220406324435044261
Binary10100110101001010000100011001110100100011101000100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65284; }

 p { color: rgb(166,82,132); }

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

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

 a { background-color: rgb(166,82,132); }

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

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

 span { border-color: rgb(166,82,132); }

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