#A5447B

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

Shades of Royal Heath #A5447B

Tints of Royal Heath #A5447B

Color information

#A5447B (or 0xA5447B) is unknown color: approx Royal Heath. HEX triplet: A5, 44 and 7B. RGB value is (165,68,123). Sum of RGB (Red+Green+Blue) = 165+68+123=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5447B is #5ABB84. Grayscale: #676767. Windows color (decimal): -5946245 or 8078501. OLE color: 8078501.

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

Color convert

RGB16568123-
CMYK00.590.250.35
HSL325.98º41.63%45.69%-
HSV(B)325.98º58.79%64.71%-
XYZ21.1613.5620.24-
YUV103.27139.14172.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=46.35%
G=19.10%
B=34.55%

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
Decimal1656812300.590.250.35325.9841.6345.69
HexA5447B03B19231462a2e
Octal24510417307331435065256
Binary1010010110001001111011011101111001100011101000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5447B; }

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

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

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

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

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

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

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

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