#A4427C

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

Shades of Royal Heath #A4427C

Tints of Royal Heath #A4427C

Color information

#A4427C (or 0xA4427C) is unknown color: approx Royal Heath. HEX triplet: A4, 42 and 7C. RGB value is (164,66,124). Sum of RGB (Red+Green+Blue) = 164+66+124=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4427C is #5BBD83. Grayscale: #656565. Windows color (decimal): -6012292 or 8143524. OLE color: 8143524.

HSL color Cylindrical-coordinate representation of color #A4427C: hue angle of 324.49º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4427C is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16466124-
CMYK00.600.240.36
HSL324.49º42.61%45.1%-
HSV(B)324.49º59.76%64.31%-
XYZ20.913.2420.52-
YUV101.91140.47172.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=46.33%
G=18.64%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646612400.600.240.36324.4942.6145.1
HexA4427C03C18241442b2d
Octal24410217407430445045355
Binary1010010010000101111100011110011000100100101000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4427C; }

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

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

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

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

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

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

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

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