#A34379

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

Shades of Royal Heath #A34379

Tints of Royal Heath #A34379

Color information

#A34379 (or 0xA34379) is unknown color: approx Royal Heath. HEX triplet: A3, 43 and 79. RGB value is (163,67,121). Sum of RGB (Red+Green+Blue) = 163+67+121=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34379 is #5CBC86. Grayscale: #656565. Windows color (decimal): -6077575 or 7947171. OLE color: 7947171.

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

Color convert

RGB16367121-
CMYK00.590.260.36
HSL326.25º41.74%45.1%-
HSV(B)326.25º58.9%63.92%-
XYZ20.5613.1819.55-
YUV101.86138.8171.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=46.44%
G=19.09%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636712100.590.260.36326.2541.7445.1
HexA3437903B1A241462a2d
Octal24310317107332445065255
Binary1010001110000111111001011101111010100100101000110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34379; }

 p { color: rgb(163,67,121); }

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

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

 a { background-color: rgb(163,67,121); }

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

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

 span { border-color: rgb(163,67,121); }

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