#A34376

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

Shades of Royal Heath #A34376

Tints of Royal Heath #A34376

Color information

#A34376 (or 0xA34376) is unknown color: approx Royal Heath. HEX triplet: A3, 43 and 76. RGB value is (163,67,118). Sum of RGB (Red+Green+Blue) = 163+67+118=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A34376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34376 is #5CBC89. Grayscale: #656565. Windows color (decimal): -6077578 or 7750563. OLE color: 7750563.

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

Color convert

RGB16367118-
CMYK00.590.280.36
HSL328.12º41.74%45.1%-
HSV(B)328.12º58.9%63.92%-
XYZ20.3813.1118.6-
YUV101.52137.3171.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=46.84%
G=19.25%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636711800.590.280.36328.1241.7445.1
HexA3437603B1C241482a2d
Octal24310316607334445105255
Binary1010001110000111110110011101111100100100101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34376; }

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

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

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

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

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

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

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

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