#A7457B

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

Shades of Royal Heath #A7457B

Tints of Royal Heath #A7457B

Color information

#A7457B (or 0xA7457B) is unknown color: approx Royal Heath. HEX triplet: A7, 45 and 7B. RGB value is (167,69,123). Sum of RGB (Red+Green+Blue) = 167+69+123=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7457B is #58BA84. Grayscale: #686868. Windows color (decimal): -5814917 or 8078759. OLE color: 8078759.

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

Color convert

RGB16769123-
CMYK00.590.260.35
HSL326.94º41.53%46.27%-
HSV(B)326.94º58.68%65.49%-
XYZ21.6413.920.28-
YUV104.46138.47172.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=46.52%
G=19.22%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676912300.590.260.35326.9441.5346.27
HexA7457B03B1A231472a2e
Octal24710517307332435075256
Binary1010011110001011111011011101111010100011101000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7457B; }

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

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

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

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

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

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

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

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