#A74C7E

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

Shades of Royal Heath #A74C7E

Tints of Royal Heath #A74C7E

Color information

#A74C7E (or 0xA74C7E) is unknown color: approx Royal Heath. HEX triplet: A7, 4C and 7E. RGB value is (167,76,126). Sum of RGB (Red+Green+Blue) = 167+76+126=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74C7E is #58B381. Grayscale: #6C6C6C. Windows color (decimal): -5813122 or 8277159. OLE color: 8277159.

HSL color Cylindrical-coordinate representation of color #A74C7E: hue angle of 327.03º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74C7E is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16776126-
CMYK00.540.250.35
HSL327.03º37.45%47.65%-
HSV(B)327.03º54.49%65.49%-
XYZ22.2914.8921.44-
YUV108.91137.65169.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=45.26%
G=20.60%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677612600.540.250.35327.0337.4547.65
HexA74C7E03619231472530
Octal24711417606631435074560
Binary1010011110011001111110011011011001100011101000111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C7E; }

 p { color: rgb(167,76,126); }

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

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

 a { background-color: rgb(167,76,126); }

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

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

 span { border-color: rgb(167,76,126); }

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