#A65282

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

Shades of Royal Heath #A65282

Tints of Royal Heath #A65282

Color information

#A65282 (or 0xA65282) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 82. RGB value is (166,82,130). Sum of RGB (Red+Green+Blue) = 166+82+130=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65282 is #59AD7D. Grayscale: #707070. Windows color (decimal): -5877118 or 8540838. OLE color: 8540838.

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

Color convert

RGB16682130-
CMYK00.510.220.35
HSL325.71º33.87%48.63%-
HSV(B)325.71º50.6%65.1%-
XYZ22.7715.7522.96-
YUV112.59137.83166.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=43.92%
G=21.69%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668213000.510.220.35325.7133.8748.63
HexA6528203316231462231
Octal24612220206326435064261
Binary10100110101001010000010011001110110100011101000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65282; }

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

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

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

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

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

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

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

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