#A65283

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

Shades of Royal Heath #A65283

Tints of Royal Heath #A65283

Color information

#A65283 (or 0xA65283) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 83. RGB value is (166,82,131). Sum of RGB (Red+Green+Blue) = 166+82+131=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65283 is #59AD7C. Grayscale: #707070. Windows color (decimal): -5877117 or 8606374. OLE color: 8606374.

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

Color convert

RGB16682131-
CMYK00.510.210.35
HSL325º33.87%48.63%-
HSV(B)325º50.6%65.1%-
XYZ22.8415.7823.31-
YUV112.7138.33166.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=43.80%
G=21.64%
B=34.56%

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
Decimal1668213100.510.210.3532533.8748.63
HexA6528303315231452231
Octal24612220306325435054261
Binary10100110101001010000011011001110101100011101000101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65283; }

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

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

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

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

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

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

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

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