#A14881

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

Shades of Royal Heath #A14881

Tints of Royal Heath #A14881

Color information

#A14881 (or 0xA14881) is unknown color: approx Royal Heath. HEX triplet: A1, 48 and 81. RGB value is (161,72,129). Sum of RGB (Red+Green+Blue) = 161+72+129=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14881 is #5EB77E. Grayscale: #686868. Windows color (decimal): -6207359 or 8472737. OLE color: 8472737.

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

Color convert

RGB16172129-
CMYK00.550.200.37
HSL321.57º38.2%45.69%-
HSV(B)321.57º55.28%63.14%-
XYZ20.9813.822.33-
YUV105.11141.49167.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=44.48%
G=19.89%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617212900.550.200.37321.5738.245.69
HexA148810371425142262e
Octal24111020106724455024656
Binary10100001100100010000001011011110100100101101000010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14881; }

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

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

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

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

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

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

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

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