#A7457D

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

Shades of Royal Heath #A7457D

Tints of Royal Heath #A7457D

Color information

#A7457D (or 0xA7457D) is unknown color: approx Royal Heath. HEX triplet: A7, 45 and 7D. RGB value is (167,69,125). Sum of RGB (Red+Green+Blue) = 167+69+125=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7457D is #58BA82. Grayscale: #686868. Windows color (decimal): -5814915 or 8209831. OLE color: 8209831.

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

Color convert

RGB16769125-
CMYK00.590.250.35
HSL325.71º41.53%46.27%-
HSV(B)325.71º58.68%65.49%-
XYZ21.7713.9520.95-
YUV104.69139.47172.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=46.26%
G=19.11%
B=34.63%

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
Decimal1676912500.590.250.35325.7141.5346.27
HexA7457D03B19231462a2e
Octal24710517507331435065256
Binary1010011110001011111101011101111001100011101000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7457D; }

 p { color: rgb(167,69,125); }

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

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

 a { background-color: rgb(167,69,125); }

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

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

 span { border-color: rgb(167,69,125); }

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