#A5467D

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

Shades of Royal Heath #A5467D

Tints of Royal Heath #A5467D

Color information

#A5467D (or 0xA5467D) is unknown color: approx Royal Heath. HEX triplet: A5, 46 and 7D. RGB value is (165,70,125). Sum of RGB (Red+Green+Blue) = 165+70+125=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467D is #5AB982. Grayscale: #686868. Windows color (decimal): -5945731 or 8210085. OLE color: 8210085.

HSL color Cylindrical-coordinate representation of color #A5467D: hue angle of 325.26º degrees, saturation: 0.4, 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 #A5467D is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16570125-
CMYK00.580.240.35
HSL325.26º40.43%46.08%-
HSV(B)325.26º57.58%64.71%-
XYZ21.4113.8620.95-
YUV104.68139.47171.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=45.83%
G=19.44%
B=34.72%

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
Decimal1657012500.580.240.35325.2640.4346.08
HexA5467D03A1823145282e
Octal24510617507230435055056
Binary1010010110001101111101011101011000100011101000101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5467D; }

 p { color: rgb(165,70,125); }

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

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

 a { background-color: rgb(165,70,125); }

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

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

 span { border-color: rgb(165,70,125); }

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