#A34276

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

Shades of Royal Heath #A34276

Tints of Royal Heath #A34276

Color information

#A34276 (or 0xA34276) is unknown color: approx Royal Heath. HEX triplet: A3, 42 and 76. RGB value is (163,66,118). Sum of RGB (Red+Green+Blue) = 163+66+118=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34276 is #5CBD89. Grayscale: #646464. Windows color (decimal): -6077834 or 7750307. OLE color: 7750307.

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

Color convert

RGB16366118-
CMYK00.600.280.36
HSL327.84º42.36%44.9%-
HSV(B)327.84º59.51%63.92%-
XYZ20.3212.9918.58-
YUV100.93137.64172.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=46.97%
G=19.02%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636611800.600.280.36327.8442.3644.9
HexA3427603C1C241482a2d
Octal24310216607434445105255
Binary1010001110000101110110011110011100100100101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34276; }

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

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

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

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

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

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

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

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