#A5447C

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

Shades of Royal Heath #A5447C

Tints of Royal Heath #A5447C

Color information

#A5447C (or 0xA5447C) is unknown color: approx Royal Heath. HEX triplet: A5, 44 and 7C. RGB value is (165,68,124). Sum of RGB (Red+Green+Blue) = 165+68+124=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5447C is #5ABB83. Grayscale: #676767. Windows color (decimal): -5946244 or 8144037. OLE color: 8144037.

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

Color convert

RGB16568124-
CMYK00.590.250.35
HSL325.36º41.63%45.69%-
HSV(B)325.36º58.79%64.71%-
XYZ21.2213.5920.57-
YUV103.39139.64171.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=46.22%
G=19.05%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656812400.590.250.35325.3641.6345.69
HexA5447C03B19231452a2e
Octal24510417407331435055256
Binary1010010110001001111100011101111001100011101000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5447C; }

 p { color: rgb(165,68,124); }

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

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

 a { background-color: rgb(165,68,124); }

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

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

 span { border-color: rgb(165,68,124); }

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