#A7507C

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

Shades of Royal Heath #A7507C

Tints of Royal Heath #A7507C

Color information

#A7507C (or 0xA7507C) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 7C. RGB value is (167,80,124). Sum of RGB (Red+Green+Blue) = 167+80+124=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507C is #58AF83. Grayscale: #6E6E6E. Windows color (decimal): -5812100 or 8147111. OLE color: 8147111.

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

Color convert

RGB16780124-
CMYK00.520.260.35
HSL329.66º35.22%48.43%-
HSV(B)329.66º52.1%65.49%-
XYZ22.4415.4120.86-
YUV111.03135.32167.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=45.01%
G=21.56%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678012400.520.260.35329.6635.2248.43
HexA7507C0341A2314a2330
Octal24712017406432435124360
Binary1010011110100001111100011010011010100011101001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7507C; }

 p { color: rgb(167,80,124); }

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

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

 a { background-color: rgb(167,80,124); }

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

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

 span { border-color: rgb(167,80,124); }

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