#A14B7E

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

Shades of Royal Heath #A14B7E

Tints of Royal Heath #A14B7E

Color information

#A14B7E (or 0xA14B7E) is unknown color: approx Royal Heath. HEX triplet: A1, 4B and 7E. RGB value is (161,75,126). Sum of RGB (Red+Green+Blue) = 161+75+126=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B7E is #5EB481. Grayscale: #6A6A6A. Windows color (decimal): -6206594 or 8276897. OLE color: 8276897.

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

Color convert

RGB16175126-
CMYK00.530.220.37
HSL324.42º36.44%46.27%-
HSV(B)324.42º53.42%63.14%-
XYZ20.9814.1221.36-
YUV106.53138.99166.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=44.48%
G=20.72%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617512600.530.220.37324.4236.4446.27
HexA14B7E0351625144242e
Octal24111317606526455044456
Binary1010000110010111111110011010110110100101101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B7E; }

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

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

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

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

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

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

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

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