#A2427C

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

Shades of Royal Heath #A2427C

Tints of Royal Heath #A2427C

Color information

#A2427C (or 0xA2427C) is unknown color: approx Royal Heath. HEX triplet: A2, 42 and 7C. RGB value is (162,66,124). Sum of RGB (Red+Green+Blue) = 162+66+124=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2427C is #5DBD83. Grayscale: #656565. Windows color (decimal): -6143364 or 8143522. OLE color: 8143522.

HSL color Cylindrical-coordinate representation of color #A2427C: hue angle of 323.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2427C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16266124-
CMYK00.590.230.36
HSL323.75º42.11%44.71%-
HSV(B)323.75º59.26%63.53%-
XYZ20.4913.0320.5-
YUV101.32140.8171.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=46.02%
G=18.75%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626612400.590.230.36323.7542.1144.71
HexA2427C03B17241442a2d
Octal24210217407327445045255
Binary1010001010000101111100011101110111100100101000100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2427C; }

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

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

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

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

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

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

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

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