#A8457B

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

Shades of Royal Heath #A8457B

Tints of Royal Heath #A8457B

Color information

#A8457B (or 0xA8457B) is unknown color: approx Royal Heath. HEX triplet: A8, 45 and 7B. RGB value is (168,69,123). Sum of RGB (Red+Green+Blue) = 168+69+123=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8457B is #57BA84. Grayscale: #686868. Windows color (decimal): -5749381 or 8078760. OLE color: 8078760.

HSL color Cylindrical-coordinate representation of color #A8457B: hue angle of 327.27º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8457B is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16869123-
CMYK00.590.270.34
HSL327.27º41.77%46.47%-
HSV(B)327.27º58.93%65.88%-
XYZ21.8514.0120.29-
YUV104.76138.3173.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=46.67%
G=19.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686912300.590.270.34327.2741.7746.47
HexA8457B03B1B221472a2e
Octal25010517307333425075256
Binary1010100010001011111011011101111011100010101000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8457B; }

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

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

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

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

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

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

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

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