#A6427C

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

Shades of Royal Heath #A6427C

Tints of Royal Heath #A6427C

Color information

#A6427C (or 0xA6427C) is unknown color: approx Royal Heath. HEX triplet: A6, 42 and 7C. RGB value is (166,66,124). Sum of RGB (Red+Green+Blue) = 166+66+124=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6427C is #59BD83. Grayscale: #666666. Windows color (decimal): -5881220 or 8143526. OLE color: 8143526.

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

Color convert

RGB16666124-
CMYK00.600.250.35
HSL325.2º43.1%45.49%-
HSV(B)325.2º60.24%65.1%-
XYZ21.3113.4620.54-
YUV102.51140.13173.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=46.63%
G=18.54%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666612400.600.250.35325.243.145.49
HexA6427C03C19231452b2d
Octal24610217407431435055355
Binary1010011010000101111100011110011001100011101000101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6427C; }

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

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

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

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

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

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

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

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