#A5477D

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

Shades of Royal Heath #A5477D

Tints of Royal Heath #A5477D

Color information

#A5477D (or 0xA5477D) is unknown color: approx Royal Heath. HEX triplet: A5, 47 and 7D. RGB value is (165,71,125). Sum of RGB (Red+Green+Blue) = 165+71+125=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5477D is #5AB882. Grayscale: #696969. Windows color (decimal): -5945475 or 8210341. OLE color: 8210341.

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

Color convert

RGB16571125-
CMYK00.570.240.35
HSL325.53º39.83%46.27%-
HSV(B)325.53º56.97%64.71%-
XYZ21.4713.9920.97-
YUV105.26139.14170.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=45.71%
G=19.67%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657112500.570.240.35325.5339.8346.27
HexA5477D0391823146282e
Octal24510717507130435065056
Binary1010010110001111111101011100111000100011101000110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5477D; }

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

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

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

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

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

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

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

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