#A5467A

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

Shades of Royal Heath #A5467A

Tints of Royal Heath #A5467A

Color information

#A5467A (or 0xA5467A) is unknown color: approx Royal Heath. HEX triplet: A5, 46 and 7A. RGB value is (165,70,122). Sum of RGB (Red+Green+Blue) = 165+70+122=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467A is #5AB985. Grayscale: #686868. Windows color (decimal): -5945734 or 8013477. OLE color: 8013477.

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

Color convert

RGB16570122-
CMYK00.580.260.35
HSL327.16º40.43%46.08%-
HSV(B)327.16º57.58%64.71%-
XYZ21.2213.7819.95-
YUV104.33137.97171.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=46.22%
G=19.61%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657012200.580.260.35327.1640.4346.08
HexA5467A03A1A23147282e
Octal24510617207232435075056
Binary1010010110001101111010011101011010100011101000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5467A; }

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

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

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

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

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

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

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

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