#A65183

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

Shades of Royal Heath #A65183

Tints of Royal Heath #A65183

Color information

#A65183 (or 0xA65183) is unknown color: approx Royal Heath. HEX triplet: A6, 51 and 83. RGB value is (166,81,131). Sum of RGB (Red+Green+Blue) = 166+81+131=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65183 is #59AE7C. Grayscale: #707070. Windows color (decimal): -5877373 or 8606118. OLE color: 8606118.

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

Color convert

RGB16681131-
CMYK00.510.210.35
HSL324.71º34.41%48.43%-
HSV(B)324.71º51.2%65.1%-
XYZ22.7715.6323.29-
YUV112.12138.66166.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=43.92%
G=21.43%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668113100.510.210.35324.7134.4148.43
HexA6518303315231452230
Octal24612120306325435054260
Binary10100110101000110000011011001110101100011101000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65183; }

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

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

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

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

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

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

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

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