#A65383

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

Shades of Royal Heath #A65383

Tints of Royal Heath #A65383

Color information

#A65383 (or 0xA65383) is unknown color: approx Royal Heath. HEX triplet: A6, 53 and 83. RGB value is (166,83,131). Sum of RGB (Red+Green+Blue) = 166+83+131=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65383 is #59AC7C. Grayscale: #717171. Windows color (decimal): -5876861 or 8606630. OLE color: 8606630.

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

Color convert

RGB16683131-
CMYK00.500.210.35
HSL325.3º33.33%48.82%-
HSV(B)325.3º50%65.1%-
XYZ22.9215.9323.34-
YUV113.29138165.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=43.68%
G=21.84%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668313100.500.210.35325.333.3348.82
HexA6538303215231452131
Octal24612320306225435054161
Binary10100110101001110000011011001010101100011101000101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65383; }

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

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

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

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

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

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

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

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