#A14C81

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

Shades of Royal Heath #A14C81

Tints of Royal Heath #A14C81

Color information

#A14C81 (or 0xA14C81) is unknown color: approx Royal Heath. HEX triplet: A1, 4C and 81. RGB value is (161,76,129). Sum of RGB (Red+Green+Blue) = 161+76+129=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C81 is #5EB37E. Grayscale: #6B6B6B. Windows color (decimal): -6206335 or 8473761. OLE color: 8473761.

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

Color convert

RGB16176129-
CMYK00.530.200.37
HSL322.59º35.86%46.47%-
HSV(B)322.59º52.8%63.14%-
XYZ21.2414.3322.42-
YUV107.46140.16166.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=43.99%
G=20.77%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617612900.530.200.37322.5935.8646.47
HexA14C810351425143242e
Octal24111420106524455034456
Binary10100001100110010000001011010110100100101101000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C81; }

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

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

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

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

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

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

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

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