#A64E85

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

Shades of Royal Heath #A64E85

Tints of Royal Heath #A64E85

Color information

#A64E85 (or 0xA64E85) is unknown color: approx Royal Heath. HEX triplet: A6, 4E and 85. RGB value is (166,78,133). Sum of RGB (Red+Green+Blue) = 166+78+133=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E85 is #59B17A. Grayscale: #6E6E6E. Windows color (decimal): -5878139 or 8736422. OLE color: 8736422.

HSL color Cylindrical-coordinate representation of color #A64E85: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E85 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16678133-
CMYK00.530.200.35
HSL322.5º36.07%47.84%-
HSV(B)322.5º53.01%65.1%-
XYZ22.6815.2523.94-
YUV110.58140.65167.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=44.03%
G=20.69%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667813300.530.200.35322.536.0747.84
HexA64E8503514231422430
Octal24611620506524435024460
Binary10100110100111010000101011010110100100011101000010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E85; }

 p { color: rgb(166,78,133); }

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

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

 a { background-color: rgb(166,78,133); }

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

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

 span { border-color: rgb(166,78,133); }

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