#A74B85

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

Shades of Royal Heath #A74B85

Tints of Royal Heath #A74B85

Color information

#A74B85 (or 0xA74B85) is unknown color: approx Royal Heath. HEX triplet: A7, 4B and 85. RGB value is (167,75,133). Sum of RGB (Red+Green+Blue) = 167+75+133=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74B85 is #58B47A. Grayscale: #6C6C6C. Windows color (decimal): -5813371 or 8735655. OLE color: 8735655.

HSL color Cylindrical-coordinate representation of color #A74B85: hue angle of 322.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74B85 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16775133-
CMYK00.550.200.35
HSL322.17º38.02%47.45%-
HSV(B)322.17º55.09%65.49%-
XYZ22.6914.9423.88-
YUV109.12141.48169.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=44.53%
G=20%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677513300.550.200.35322.1738.0247.45
HexA74B850371423142262f
Octal24711320506724435024657
Binary10100111100101110000101011011110100100011101000010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B85; }

 p { color: rgb(167,75,133); }

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

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

 a { background-color: rgb(167,75,133); }

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

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

 span { border-color: rgb(167,75,133); }

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