#A34F7A

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

Shades of Royal Heath #A34F7A

Tints of Royal Heath #A34F7A

Color information

#A34F7A (or 0xA34F7A) is unknown color: approx Royal Heath. HEX triplet: A3, 4F and 7A. RGB value is (163,79,122). Sum of RGB (Red+Green+Blue) = 163+79+122=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34F7A is #5CB085. Grayscale: #6C6C6C. Windows color (decimal): -6074502 or 8015779. OLE color: 8015779.

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

Color convert

RGB16379122-
CMYK00.520.250.36
HSL329.29º34.71%47.45%-
HSV(B)329.29º51.53%63.92%-
XYZ21.4114.7820.14-
YUV109.02135.33166.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=44.78%
G=21.70%
B=33.52%

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
Decimal1637912200.520.250.36329.2934.7147.45
HexA34F7A0341924149232f
Octal24311717206431445114357
Binary1010001110011111111010011010011001100100101001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F7A; }

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

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

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

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

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

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

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

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