#A65D7B

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

Shades of Royal Heath #A65D7B

Tints of Royal Heath #A65D7B

Color information

#A65D7B (or 0xA65D7B) is unknown color: approx Royal Heath. HEX triplet: A6, 5D and 7B. RGB value is (166,93,123). Sum of RGB (Red+Green+Blue) = 166+93+123=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D7B is #59A284. Grayscale: #767676. Windows color (decimal): -5874309 or 8084902. OLE color: 8084902.

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

Color convert

RGB16693123-
CMYK00.440.260.35
HSL335.34º29.08%50.78%-
HSV(B)335.34º43.98%65.1%-
XYZ23.2217.3720.87-
YUV118.25130.68162.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=43.46%
G=24.35%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669312300.440.260.35335.3429.0850.78
HexA65D7B02C1A2314f1d33
Octal24613517305432435173563
Binary101001101011101111101101011001101010001110100111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D7B; }

 p { color: rgb(166,93,123); }

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

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

 a { background-color: rgb(166,93,123); }

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

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

 span { border-color: rgb(166,93,123); }

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