#A5447D

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

Shades of Royal Heath #A5447D

Tints of Royal Heath #A5447D

Color information

#A5447D (or 0xA5447D) is unknown color: approx Royal Heath. HEX triplet: A5, 44 and 7D. RGB value is (165,68,125). Sum of RGB (Red+Green+Blue) = 165+68+125=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5447D is #5ABB82. Grayscale: #676767. Windows color (decimal): -5946243 or 8209573. OLE color: 8209573.

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

Color convert

RGB16568125-
CMYK00.590.240.35
HSL324.74º41.63%45.69%-
HSV(B)324.74º58.79%64.71%-
XYZ21.2913.6120.91-
YUV103.5140.14171.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=46.09%
G=18.99%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656812500.590.240.35324.7441.6345.69
HexA5447D03B18231452a2e
Octal24510417507330435055256
Binary1010010110001001111101011101111000100011101000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5447D; }

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

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

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

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

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

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

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

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