#A65280

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

Shades of Royal Heath #A65280

Tints of Royal Heath #A65280

Color information

#A65280 (or 0xA65280) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 80. RGB value is (166,82,128). Sum of RGB (Red+Green+Blue) = 166+82+128=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65280 is #59AD7F. Grayscale: #707070. Windows color (decimal): -5877120 or 8409766. OLE color: 8409766.

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

Color convert

RGB16682128-
CMYK00.510.230.35
HSL327.14º33.87%48.63%-
HSV(B)327.14º50.6%65.1%-
XYZ22.6415.722.26-
YUV112.36136.83166.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=44.15%
G=21.81%
B=34.04%

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
Decimal1668212800.510.230.35327.1433.8748.63
HexA6528003317231472231
Octal24612220006327435074261
Binary10100110101001010000000011001110111100011101000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65280; }

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

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

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

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

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

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

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

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