#A4467A

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

Shades of Royal Heath #A4467A

Tints of Royal Heath #A4467A

Color information

#A4467A (or 0xA4467A) is unknown color: approx Royal Heath. HEX triplet: A4, 46 and 7A. RGB value is (164,70,122). Sum of RGB (Red+Green+Blue) = 164+70+122=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4467A is #5BB985. Grayscale: #676767. Windows color (decimal): -6011270 or 8013476. OLE color: 8013476.

HSL color Cylindrical-coordinate representation of color #A4467A: hue angle of 326.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4467A is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16470122-
CMYK00.570.260.36
HSL326.81º40.17%45.88%-
HSV(B)326.81º57.32%64.31%-
XYZ21.0113.6819.94-
YUV104.03138.14170.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=46.07%
G=19.66%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647012200.570.260.36326.8140.1745.88
HexA4467A0391A24147282e
Octal24410617207132445075056
Binary1010010010001101111010011100111010100100101000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4467A; }

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

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

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

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

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

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

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

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