#A0457D

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

Shades of Royal Heath #A0457D

Tints of Royal Heath #A0457D

Color information

#A0457D (or 0xA0457D) is unknown color: approx Royal Heath. HEX triplet: A0, 45 and 7D. RGB value is (160,69,125). Sum of RGB (Red+Green+Blue) = 160+69+125=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0457D is #5FBA82. Grayscale: #666666. Windows color (decimal): -6273667 or 8209824. OLE color: 8209824.

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

Color convert

RGB16069125-
CMYK00.570.220.37
HSL323.08º39.74%44.9%-
HSV(B)323.08º56.88%62.75%-
XYZ20.3313.2120.88-
YUV102.59140.65168.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=45.20%
G=19.49%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606912500.570.220.37323.0839.7444.9
HexA0457D0391625143282d
Octal24010517507126455035055
Binary1010000010001011111101011100110110100101101000011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0457D; }

 p { color: rgb(160,69,125); }

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

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

 a { background-color: rgb(160,69,125); }

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

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

 span { border-color: rgb(160,69,125); }

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