#A94C7E

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

Shades of Royal Heath #A94C7E

Tints of Royal Heath #A94C7E

Color information

#A94C7E (or 0xA94C7E) is unknown color: approx Royal Heath. HEX triplet: A9, 4C and 7E. RGB value is (169,76,126). Sum of RGB (Red+Green+Blue) = 169+76+126=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C7E is #56B381. Grayscale: #6D6D6D. Windows color (decimal): -5682050 or 8277161. OLE color: 8277161.

HSL color Cylindrical-coordinate representation of color #A94C7E: hue angle of 327.74º 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 #A94C7E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16976126-
CMYK00.550.250.34
HSL327.74º37.96%48.04%-
HSV(B)327.74º55.03%66.27%-
XYZ22.7115.1121.46-
YUV109.51137.31170.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=45.55%
G=20.49%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697612600.550.250.34327.7437.9648.04
HexA94C7E03719221482630
Octal25111417606731425104660
Binary1010100110011001111110011011111001100010101001000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C7E; }

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

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

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

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

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

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

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

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