#A14575

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

Shades of Royal Heath #A14575

Tints of Royal Heath #A14575

Color information

#A14575 (or 0xA14575) is unknown color: approx Royal Heath. HEX triplet: A1, 45 and 75. RGB value is (161,69,117). Sum of RGB (Red+Green+Blue) = 161+69+117=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14575 is #5EBA8A. Grayscale: #656565. Windows color (decimal): -6208139 or 7685537. OLE color: 7685537.

HSL color Cylindrical-coordinate representation of color #A14575: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14575 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16169117-
CMYK00.570.270.37
HSL328.7º40%45.1%-
HSV(B)328.7º57.14%63.14%-
XYZ20.0413.1218.31-
YUV101.98136.48170.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=46.40%
G=19.88%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616911700.570.270.37328.74045.1
HexA145750391B25149282d
Octal24110516507133455115055
Binary1010000110001011110101011100111011100101101001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14575; }

 p { color: rgb(161,69,117); }

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

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

 a { background-color: rgb(161,69,117); }

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

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

 span { border-color: rgb(161,69,117); }

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