#A4457E

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

Shades of Royal Heath #A4457E

Tints of Royal Heath #A4457E

Color information

#A4457E (or 0xA4457E) is unknown color: approx Royal Heath. HEX triplet: A4, 45 and 7E. RGB value is (164,69,126). Sum of RGB (Red+Green+Blue) = 164+69+126=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4457E is #5BBA81. Grayscale: #676767. Windows color (decimal): -6011522 or 8275364. OLE color: 8275364.

HSL color Cylindrical-coordinate representation of color #A4457E: hue angle of 324º 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 #A4457E is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16469126-
CMYK00.580.230.36
HSL324º40.77%45.69%-
HSV(B)324º57.93%64.31%-
XYZ21.213.6621.26-
YUV103.9140.47170.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=45.68%
G=19.22%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646912600.580.230.3632440.7745.69
HexA4457E03A1724144292e
Octal24410517607227445045156
Binary1010010010001011111110011101010111100100101000100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4457E; }

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

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

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

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

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

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

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

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