#A65381

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

Shades of Royal Heath #A65381

Tints of Royal Heath #A65381

Color information

#A65381 (or 0xA65381) is unknown color: approx Royal Heath. HEX triplet: A6, 53 and 81. RGB value is (166,83,129). Sum of RGB (Red+Green+Blue) = 166+83+129=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65381 is #59AC7E. Grayscale: #707070. Windows color (decimal): -5876863 or 8475558. OLE color: 8475558.

HSL color Cylindrical-coordinate representation of color #A65381: hue angle of 326.75º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65381 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16683129-
CMYK00.500.220.35
HSL326.75º33.33%48.82%-
HSV(B)326.75º50%65.1%-
XYZ22.7815.8822.63-
YUV113.06137165.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=43.92%
G=21.96%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668312900.500.220.35326.7533.3348.82
HexA6538103216231472131
Octal24612320106226435074161
Binary10100110101001110000001011001010110100011101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65381; }

 p { color: rgb(166,83,129); }

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

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

 a { background-color: rgb(166,83,129); }

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

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

 span { border-color: rgb(166,83,129); }

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