#A34C76

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

Shades of Royal Heath #A34C76

Tints of Royal Heath #A34C76

Color information

#A34C76 (or 0xA34C76) is unknown color: approx Royal Heath. HEX triplet: A3, 4C and 76. RGB value is (163,76,118). Sum of RGB (Red+Green+Blue) = 163+76+118=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C76 is #5CB389. Grayscale: #6A6A6A. Windows color (decimal): -6075274 or 7752867. OLE color: 7752867.

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

Color convert

RGB16376118-
CMYK00.530.280.36
HSL331.03º36.4%46.86%-
HSV(B)331.03º53.37%63.92%-
XYZ20.9614.2618.79-
YUV106.8134.32168.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=45.66%
G=21.29%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637611800.530.280.36331.0336.446.86
HexA34C760351C2414b242f
Octal24311416606534445134457
Binary1010001110011001110110011010111100100100101001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C76; }

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

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

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

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

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

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

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

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