#A74680

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

Shades of Royal Heath #A74680

Tints of Royal Heath #A74680

Color information

#A74680 (or 0xA74680) is unknown color: approx Royal Heath. HEX triplet: A7, 46 and 80. RGB value is (167,70,128). Sum of RGB (Red+Green+Blue) = 167+70+128=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A74680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74680 is #58B97F. Grayscale: #696969. Windows color (decimal): -5814656 or 8406695. OLE color: 8406695.

HSL color Cylindrical-coordinate representation of color #A74680: hue angle of 324.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74680 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16770128-
CMYK00.580.230.35
HSL324.12º40.93%46.47%-
HSV(B)324.12º58.08%65.49%-
XYZ22.0214.1521.99-
YUV105.62140.64171.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=45.75%
G=19.18%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677012800.580.230.35324.1240.9346.47
HexA7468003A1723144292e
Octal24710620007227435045156
Binary10100111100011010000000011101010111100011101000100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74680; }

 p { color: rgb(167,70,128); }

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

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

 a { background-color: rgb(167,70,128); }

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

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

 span { border-color: rgb(167,70,128); }

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