#A65182

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

Shades of Royal Heath #A65182

Tints of Royal Heath #A65182

Color information

#A65182 (or 0xA65182) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 82. RGB value is (166,81,130). Sum of RGB (Red+Green+Blue) = 166+81+130=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65182 is #59AE7D. Grayscale: #6F6F6F. Windows color (decimal): -5877374 or 8540582. OLE color: 8540582.

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

Color convert

RGB16681130-
CMYK00.510.220.35
HSL325.41º34.41%48.43%-
HSV(B)325.41º51.2%65.1%-
XYZ22.715.622.93-
YUV112138.16166.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=44.03%
G=21.49%
B=34.48%

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
Decimal1668113000.510.220.35325.4134.4148.43
HexA6518203316231452230
Octal24612120206326435054260
Binary10100110101000110000010011001110110100011101000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65182; }

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

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

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

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

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

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

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

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