#A4457A

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

Shades of Royal Heath #A4457A

Tints of Royal Heath #A4457A

Color information

#A4457A (or 0xA4457A) is unknown color: approx Royal Heath. HEX triplet: A4, 45 and 7A. RGB value is (164,69,122). Sum of RGB (Red+Green+Blue) = 164+69+122=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4457A is #5BBA85. Grayscale: #676767. Windows color (decimal): -6011526 or 8013220. OLE color: 8013220.

HSL color Cylindrical-coordinate representation of color #A4457A: hue angle of 326.53º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4457A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16469122-
CMYK00.580.260.36
HSL326.53º40.77%45.69%-
HSV(B)326.53º57.93%64.31%-
XYZ20.9513.5519.92-
YUV103.45138.47171.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=46.20%
G=19.44%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646912200.580.260.36326.5340.7745.69
HexA4457A03A1A24147292e
Octal24410517207232445075156
Binary1010010010001011111010011101011010100100101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4457A; }

 p { color: rgb(164,69,122); }

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

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

 a { background-color: rgb(164,69,122); }

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

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

 span { border-color: rgb(164,69,122); }

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