#A0427C

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

Shades of Royal Heath #A0427C

Tints of Royal Heath #A0427C

Color information

#A0427C (or 0xA0427C) is unknown color: approx Royal Heath. HEX triplet: A0, 42 and 7C. RGB value is (160,66,124). Sum of RGB (Red+Green+Blue) = 160+66+124=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0427C is #5FBD83. Grayscale: #646464. Windows color (decimal): -6274436 or 8143520. OLE color: 8143520.

HSL color Cylindrical-coordinate representation of color #A0427C: hue angle of 322.98º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0427C is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16066124-
CMYK00.590.220.37
HSL322.98º41.59%44.31%-
HSV(B)322.98º58.75%62.75%-
XYZ20.0812.8320.49-
YUV100.72141.14170.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=45.71%
G=18.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606612400.590.220.37322.9841.5944.31
HexA0427C03B16251432a2c
Octal24010217407326455035254
Binary1010000010000101111100011101110110100101101000011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0427C; }

 p { color: rgb(160,66,124); }

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

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

 a { background-color: rgb(160,66,124); }

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

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

 span { border-color: rgb(160,66,124); }

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