#A34E7A

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

Shades of Royal Heath #A34E7A

Tints of Royal Heath #A34E7A

Color information

#A34E7A (or 0xA34E7A) is unknown color: approx Royal Heath. HEX triplet: A3, 4E and 7A. RGB value is (163,78,122). Sum of RGB (Red+Green+Blue) = 163+78+122=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E7A is #5CB185. Grayscale: #6C6C6C. Windows color (decimal): -6074758 or 8015523. OLE color: 8015523.

HSL color Cylindrical-coordinate representation of color #A34E7A: hue angle of 328.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E7A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16378122-
CMYK00.520.250.36
HSL328.94º35.27%47.25%-
HSV(B)328.94º52.15%63.92%-
XYZ21.3414.6420.11-
YUV108.43135.66166.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=44.90%
G=21.49%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637812200.520.250.36328.9435.2747.25
HexA34E7A0341924149232f
Octal24311617206431445114357
Binary1010001110011101111010011010011001100100101001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E7A; }

 p { color: rgb(163,78,122); }

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

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

 a { background-color: rgb(163,78,122); }

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

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

 span { border-color: rgb(163,78,122); }

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