#A14B7F

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

Shades of Royal Heath #A14B7F

Tints of Royal Heath #A14B7F

Color information

#A14B7F (or 0xA14B7F) is unknown color: approx Royal Heath. HEX triplet: A1, 4B and 7F. RGB value is (161,75,127). Sum of RGB (Red+Green+Blue) = 161+75+127=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B7F is #5EB480. Grayscale: #6A6A6A. Windows color (decimal): -6206593 or 8342433. OLE color: 8342433.

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

Color convert

RGB16175127-
CMYK00.530.210.37
HSL323.72º36.44%46.27%-
HSV(B)323.72º53.42%63.14%-
XYZ21.0414.1421.7-
YUV106.64139.49166.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 127 (50% from 255) = 34.99%
R=44.35%
G=20.66%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617512700.530.210.37323.7236.4446.27
HexA14B7F0351525144242e
Octal24111317706525455044456
Binary1010000110010111111111011010110101100101101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B7F; }

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

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

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

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

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

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

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

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