#A4467E

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

Shades of Royal Heath #A4467E

Tints of Royal Heath #A4467E

Color information

#A4467E (or 0xA4467E) is unknown color: approx Royal Heath. HEX triplet: A4, 46 and 7E. RGB value is (164,70,126). Sum of RGB (Red+Green+Blue) = 164+70+126=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4467E is #5BB981. Grayscale: #686868. Windows color (decimal): -6011266 or 8275620. OLE color: 8275620.

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

Color convert

RGB16470126-
CMYK00.570.230.36
HSL324.26º40.17%45.88%-
HSV(B)324.26º57.32%64.31%-
XYZ21.2713.7821.28-
YUV104.49140.14170.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 126 (49.61% from 255) = 35%
R=45.56%
G=19.44%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647012600.570.230.36324.2640.1745.88
HexA4467E0391724144282e
Octal24410617607127445045056
Binary1010010010001101111110011100110111100100101000100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4467E; }

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

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

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

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

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

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

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

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