#A65E7A

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

Shades of Royal Heath #A65E7A

Tints of Royal Heath #A65E7A

Color information

#A65E7A (or 0xA65E7A) is unknown color: approx Royal Heath. HEX triplet: A6, 5E and 7A. RGB value is (166,94,122). Sum of RGB (Red+Green+Blue) = 166+94+122=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E7A is #59A185. Grayscale: #767676. Windows color (decimal): -5874054 or 8019622. OLE color: 8019622.

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

Color convert

RGB16694122-
CMYK00.430.270.35
HSL336.67º28.8%50.98%-
HSV(B)336.67º43.37%65.1%-
XYZ23.2417.5220.57-
YUV118.72129.85161.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=43.46%
G=24.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669412200.430.270.35336.6728.850.98
HexA65E7A02B1B231511d33
Octal24613617205333435213563
Binary101001101011110111101001010111101110001110101000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E7A; }

 p { color: rgb(166,94,122); }

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

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

 a { background-color: rgb(166,94,122); }

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

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

 span { border-color: rgb(166,94,122); }

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