#A94C81

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

Shades of Royal Heath #A94C81

Tints of Royal Heath #A94C81

Color information

#A94C81 (or 0xA94C81) is unknown color: approx Royal Heath. HEX triplet: A9, 4C and 81. RGB value is (169,76,129). Sum of RGB (Red+Green+Blue) = 169+76+129=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94C81 is #56B37E. Grayscale: #6D6D6D. Windows color (decimal): -5682047 or 8473769. OLE color: 8473769.

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

Color convert

RGB16976129-
CMYK00.550.240.34
HSL325.81º37.96%48.04%-
HSV(B)325.81º55.03%66.27%-
XYZ22.9115.1922.49-
YUV109.85138.81170.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=45.19%
G=20.32%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697612900.550.240.34325.8137.9648.04
HexA94C8103718221462630
Octal25111420106730425064660
Binary10101001100110010000001011011111000100010101000110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C81; }

 p { color: rgb(169,76,129); }

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

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

 a { background-color: rgb(169,76,129); }

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

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

 span { border-color: rgb(169,76,129); }

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