#A14A7C

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

Shades of Royal Heath #A14A7C

Tints of Royal Heath #A14A7C

Color information

#A14A7C (or 0xA14A7C) is unknown color: approx Royal Heath. HEX triplet: A1, 4A and 7C. RGB value is (161,74,124). Sum of RGB (Red+Green+Blue) = 161+74+124=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A7C is #5EB583. Grayscale: #696969. Windows color (decimal): -6206852 or 8145569. OLE color: 8145569.

HSL color Cylindrical-coordinate representation of color #A14A7C: hue angle of 325.52º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A7C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16174124-
CMYK00.540.230.37
HSL325.52º37.02%46.08%-
HSV(B)325.52º54.04%63.14%-
XYZ20.7813.9320.66-
YUV105.71138.32167.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=44.85%
G=20.61%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617412400.540.230.37325.5237.0246.08
HexA14A7C0361725146252e
Octal24111217406627455064556
Binary1010000110010101111100011011010111100101101000110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A7C; }

 p { color: rgb(161,74,124); }

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

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

 a { background-color: rgb(161,74,124); }

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

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

 span { border-color: rgb(161,74,124); }

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