#A14C7A

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

Shades of Royal Heath #A14C7A

Tints of Royal Heath #A14C7A

Color information

#A14C7A (or 0xA14C7A) is unknown color: approx Royal Heath. HEX triplet: A1, 4C and 7A. RGB value is (161,76,122). Sum of RGB (Red+Green+Blue) = 161+76+122=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7A is #5EB385. Grayscale: #6A6A6A. Windows color (decimal): -6206342 or 8015009. OLE color: 8015009.

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

Color convert

RGB16176122-
CMYK00.530.240.37
HSL327.53º35.86%46.47%-
HSV(B)327.53º52.8%63.14%-
XYZ20.814.1520.05-
YUV106.66136.66166.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=44.85%
G=21.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617612200.530.240.37327.5335.8646.47
HexA14C7A0351825148242e
Octal24111417206530455104456
Binary1010000110011001111010011010111000100101101001000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C7A; }

 p { color: rgb(161,76,122); }

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

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

 a { background-color: rgb(161,76,122); }

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

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

 span { border-color: rgb(161,76,122); }

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