#A8497C

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

Shades of Royal Heath #A8497C

Tints of Royal Heath #A8497C

Color information

#A8497C (or 0xA8497C) is unknown color: approx Royal Heath. HEX triplet: A8, 49 and 7C. RGB value is (168,73,124). Sum of RGB (Red+Green+Blue) = 168+73+124=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497C is #57B683. Grayscale: #6B6B6B. Windows color (decimal): -5748356 or 8145320. OLE color: 8145320.

HSL color Cylindrical-coordinate representation of color #A8497C: hue angle of 327.79º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8497C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16873124-
CMYK00.570.260.34
HSL327.79º39.42%47.25%-
HSV(B)327.79º56.55%65.88%-
XYZ22.1714.5520.71-
YUV107.22137.47171.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=46.03%
G=20%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687312400.570.260.34327.7939.4247.25
HexA8497C0391A22148272f
Octal25011117407132425104757
Binary1010100010010011111100011100111010100010101001000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8497C; }

 p { color: rgb(168,73,124); }

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

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

 a { background-color: rgb(168,73,124); }

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

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

 span { border-color: rgb(168,73,124); }

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