#A65C7A

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

Shades of Royal Heath #A65C7A

Tints of Royal Heath #A65C7A

Color information

#A65C7A (or 0xA65C7A) is unknown color: approx Royal Heath. HEX triplet: A6, 5C and 7A. RGB value is (166,92,122). Sum of RGB (Red+Green+Blue) = 166+92+122=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C7A is #59A385. Grayscale: #757575. Windows color (decimal): -5874566 or 8019110. OLE color: 8019110.

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

Color convert

RGB16692122-
CMYK00.450.270.35
HSL335.68º29.37%50.59%-
HSV(B)335.68º44.58%65.1%-
XYZ23.0717.1720.51-
YUV117.55130.52162.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=43.68%
G=24.21%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669212200.450.270.35335.6829.3750.59
HexA65C7A02D1B231501d33
Octal24613417205533435203563
Binary101001101011100111101001011011101110001110101000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C7A; }

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

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

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

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

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

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

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

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