#A14B7C

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

Shades of Royal Heath #A14B7C

Tints of Royal Heath #A14B7C

Color information

#A14B7C (or 0xA14B7C) is unknown color: approx Royal Heath. HEX triplet: A1, 4B and 7C. RGB value is (161,75,124). Sum of RGB (Red+Green+Blue) = 161+75+124=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B7C is #5EB483. Grayscale: #6A6A6A. Windows color (decimal): -6206596 or 8145825. OLE color: 8145825.

HSL color Cylindrical-coordinate representation of color #A14B7C: hue angle of 325.81º 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 #A14B7C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16175124-
CMYK00.530.230.37
HSL325.81º36.44%46.27%-
HSV(B)325.81º53.42%63.14%-
XYZ20.8514.0620.68-
YUV106.3137.99167.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=44.72%
G=20.83%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617512400.530.230.37325.8136.4446.27
HexA14B7C0351725146242e
Octal24111317406527455064456
Binary1010000110010111111100011010110111100101101000110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B7C; }

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

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

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

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

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

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

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

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