#A8507A

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

Shades of Royal Heath #A8507A

Tints of Royal Heath #A8507A

Color information

#A8507A (or 0xA8507A) is unknown color: approx Royal Heath. HEX triplet: A8, 50 and 7A. RGB value is (168,80,122). Sum of RGB (Red+Green+Blue) = 168+80+122=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507A is #57AF85. Grayscale: #6F6F6F. Windows color (decimal): -5746566 or 8016040. OLE color: 8016040.

HSL color Cylindrical-coordinate representation of color #A8507A: hue angle of 331.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8507A is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16880122-
CMYK00.520.270.34
HSL331.36º35.48%48.63%-
HSV(B)331.36º52.38%65.88%-
XYZ22.5315.4720.21-
YUV111.1134.15168.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=45.41%
G=21.62%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688012200.520.270.34331.3635.4848.63
HexA8507A0341B2214b2331
Octal25012017206433425134361
Binary1010100010100001111010011010011011100010101001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8507A; }

 p { color: rgb(168,80,122); }

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

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

 a { background-color: rgb(168,80,122); }

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

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

 span { border-color: rgb(168,80,122); }

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