#A34A7C

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

Shades of Royal Heath #A34A7C

Tints of Royal Heath #A34A7C

Color information

#A34A7C (or 0xA34A7C) is unknown color: approx Royal Heath. HEX triplet: A3, 4A and 7C. RGB value is (163,74,124). Sum of RGB (Red+Green+Blue) = 163+74+124=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A7C is #5CB583. Grayscale: #6A6A6A. Windows color (decimal): -6075780 or 8145571. OLE color: 8145571.

HSL color Cylindrical-coordinate representation of color #A34A7C: hue angle of 326.29º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A7C is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16374124-
CMYK00.550.240.36
HSL326.29º37.55%46.47%-
HSV(B)326.29º54.6%63.92%-
XYZ21.1914.1420.68-
YUV106.31137.99168.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=45.15%
G=20.50%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637412400.550.240.36326.2937.5546.47
HexA34A7C0371824146262e
Octal24311217406730445064656
Binary1010001110010101111100011011111000100100101000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A7C; }

 p { color: rgb(163,74,124); }

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

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

 a { background-color: rgb(163,74,124); }

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

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

 span { border-color: rgb(163,74,124); }

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