#A74273

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

Shades of Royal Heath #A74273

Tints of Royal Heath #A74273

Color information

#A74273 (or 0xA74273) is unknown color: approx Royal Heath. HEX triplet: A7, 42 and 73. RGB value is (167,66,115). Sum of RGB (Red+Green+Blue) = 167+66+115=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A74273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74273 is #58BD8C. Grayscale: #656565. Windows color (decimal): -5815693 or 7553703. OLE color: 7553703.

HSL color Cylindrical-coordinate representation of color #A74273: hue angle of 330.89º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74273 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16766115-
CMYK00.600.310.35
HSL330.89º43.35%45.69%-
HSV(B)330.89º60.48%65.49%-
XYZ20.9813.3517.69-
YUV101.78135.46174.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=47.99%
G=18.97%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676611500.600.310.35330.8943.3545.69
HexA7427303C1F2314b2b2e
Octal24710216307437435135356
Binary1010011110000101110011011110011111100011101001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74273; }

 p { color: rgb(167,66,115); }

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

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

 a { background-color: rgb(167,66,115); }

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

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

 span { border-color: rgb(167,66,115); }

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