#A5447E

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

Shades of Royal Heath #A5447E

Tints of Royal Heath #A5447E

Color information

#A5447E (or 0xA5447E) is unknown color: approx Royal Heath. HEX triplet: A5, 44 and 7E. RGB value is (165,68,126). Sum of RGB (Red+Green+Blue) = 165+68+126=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5447E is #5ABB81. Grayscale: #676767. Windows color (decimal): -5946242 or 8275109. OLE color: 8275109.

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

Color convert

RGB16568126-
CMYK00.590.240.35
HSL324.12º41.63%45.69%-
HSV(B)324.12º58.79%64.71%-
XYZ21.3513.6421.25-
YUV103.62140.64171.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=45.96%
G=18.94%
B=35.10%

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
Decimal1656812600.590.240.35324.1241.6345.69
HexA5447E03B18231442a2e
Octal24510417607330435045256
Binary1010010110001001111110011101111000100011101000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5447E; }

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

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

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

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

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

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

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

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