#A34377

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

Shades of Royal Heath #A34377

Tints of Royal Heath #A34377

Color information

#A34377 (or 0xA34377) is unknown color: approx Royal Heath. HEX triplet: A3, 43 and 77. RGB value is (163,67,119). Sum of RGB (Red+Green+Blue) = 163+67+119=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34377 is #5CBC88. Grayscale: #656565. Windows color (decimal): -6077577 or 7816099. OLE color: 7816099.

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

Color convert

RGB16367119-
CMYK00.590.270.36
HSL327.5º41.74%45.1%-
HSV(B)327.5º58.9%63.92%-
XYZ20.4413.1318.91-
YUV101.63137.8171.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=46.70%
G=19.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636711900.590.270.36327.541.7445.1
HexA3437703B1B241482a2d
Octal24310316707333445105255
Binary1010001110000111110111011101111011100100101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34377; }

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

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

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

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

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

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

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

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