#A4427A

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

Shades of Royal Heath #A4427A

Tints of Royal Heath #A4427A

Color information

#A4427A (or 0xA4427A) is unknown color: approx Royal Heath. HEX triplet: A4, 42 and 7A. RGB value is (164,66,122). Sum of RGB (Red+Green+Blue) = 164+66+122=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4427A is #5BBD85. Grayscale: #656565. Windows color (decimal): -6012294 or 8012452. OLE color: 8012452.

HSL color Cylindrical-coordinate representation of color #A4427A: hue angle of 325.71º 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 #A4427A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16466122-
CMYK00.600.260.36
HSL325.71º42.61%45.1%-
HSV(B)325.71º59.76%64.31%-
XYZ20.7713.1919.86-
YUV101.69139.47172.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=46.59%
G=18.75%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646612200.600.260.36325.7142.6145.1
HexA4427A03C1A241462b2d
Octal24410217207432445065355
Binary1010010010000101111010011110011010100100101000110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4427A; }

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

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

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

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

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

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

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

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