#A5457E

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

Shades of Royal Heath #A5457E

Tints of Royal Heath #A5457E

Color information

#A5457E (or 0xA5457E) is unknown color: approx Royal Heath. HEX triplet: A5, 45 and 7E. RGB value is (165,69,126). Sum of RGB (Red+Green+Blue) = 165+69+126=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5457E is #5ABA81. Grayscale: #686868. Windows color (decimal): -5945986 or 8275365. OLE color: 8275365.

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

Color convert

RGB16569126-
CMYK00.580.240.35
HSL324.38º41.03%45.88%-
HSV(B)324.38º58.18%64.71%-
XYZ21.4113.7621.27-
YUV104.2140.3171.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 126 (49.61% from 255) = 35%
R=45.83%
G=19.17%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656912600.580.240.35324.3841.0345.88
HexA5457E03A1823144292e
Octal24510517607230435045156
Binary1010010110001011111110011101011000100011101000100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5457E; }

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

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

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

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

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

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

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

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