#A8507F

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

Shades of Royal Heath #A8507F

Tints of Royal Heath #A8507F

Color information

#A8507F (or 0xA8507F) is unknown color: approx Royal Heath. HEX triplet: A8, 50 and 7F. RGB value is (168,80,127). Sum of RGB (Red+Green+Blue) = 168+80+127=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507F is #57AF80. Grayscale: #6F6F6F. Windows color (decimal): -5746561 or 8343720. OLE color: 8343720.

HSL color Cylindrical-coordinate representation of color #A8507F: hue angle of 327.95º 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 #A8507F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB16880127-
CMYK00.520.240.34
HSL327.95º35.48%48.63%-
HSV(B)327.95º52.38%65.88%-
XYZ22.8515.5921.88-
YUV111.67136.65168.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 127 (50% from 255) = 33.87%
R=44.8%
G=21.33%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688012700.520.240.34327.9535.4848.63
HexA8507F03418221482331
Octal25012017706430425104361
Binary1010100010100001111111011010011000100010101001000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8507F; }

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

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

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

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

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

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

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

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