#A94A84

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

Shades of Royal Heath #A94A84

Tints of Royal Heath #A94A84

Color information

#A94A84 (or 0xA94A84) is unknown color: approx Royal Heath. HEX triplet: A9, 4A and 84. RGB value is (169,74,132). Sum of RGB (Red+Green+Blue) = 169+74+132=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A84 is #56B57B. Grayscale: #6C6C6C. Windows color (decimal): -5682556 or 8669865. OLE color: 8669865.

HSL color Cylindrical-coordinate representation of color #A94A84: hue angle of 323.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A84 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16974132-
CMYK00.560.220.34
HSL323.37º39.09%47.65%-
HSV(B)323.37º56.21%66.27%-
XYZ22.981523.51-
YUV109.02140.97170.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=45.07%
G=19.73%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697413200.560.220.34323.3739.0947.65
HexA94A8403816221432730
Octal25111220407026425034760
Binary10101001100101010000100011100010110100010101000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A84; }

 p { color: rgb(169,74,132); }

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

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

 a { background-color: rgb(169,74,132); }

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

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

 span { border-color: rgb(169,74,132); }

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