#A74E82

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

Shades of Royal Heath #A74E82

Tints of Royal Heath #A74E82

Color information

#A74E82 (or 0xA74E82) is unknown color: approx Royal Heath. HEX triplet: A7, 4E and 82. RGB value is (167,78,130). Sum of RGB (Red+Green+Blue) = 167+78+130=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E82 is #58B17D. Grayscale: #6E6E6E. Windows color (decimal): -5812606 or 8539815. OLE color: 8539815.

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

Color convert

RGB16778130-
CMYK00.530.220.35
HSL324.94º36.33%48.04%-
HSV(B)324.94º53.29%65.49%-
XYZ22.6915.2822.87-
YUV110.54138.99168.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=44.53%
G=20.8%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677813000.530.220.35324.9436.3348.04
HexA74E8203516231452430
Octal24711620206526435054460
Binary10100111100111010000010011010110110100011101000101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E82; }

 p { color: rgb(167,78,130); }

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

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

 a { background-color: rgb(167,78,130); }

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

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

 span { border-color: rgb(167,78,130); }

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