#A4467B

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

Shades of Royal Heath #A4467B

Tints of Royal Heath #A4467B

Color information

#A4467B (or 0xA4467B) is unknown color: approx Royal Heath. HEX triplet: A4, 46 and 7B. RGB value is (164,70,123). Sum of RGB (Red+Green+Blue) = 164+70+123=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4467B is #5BB984. Grayscale: #686868. Windows color (decimal): -6011269 or 8079012. OLE color: 8079012.

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

Color convert

RGB16470123-
CMYK00.570.250.36
HSL326.17º40.17%45.88%-
HSV(B)326.17º57.32%64.31%-
XYZ21.0813.720.27-
YUV104.15138.64170.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=45.94%
G=19.61%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647012300.570.250.36326.1740.1745.88
HexA4467B0391924146282e
Octal24410617307131445065056
Binary1010010010001101111011011100111001100100101000110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4467B; }

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

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

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

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

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

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

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

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