#A8509F

Color #A8509F Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A8509F

Tints of Violet Blue #A8509F

Color information

#A8509F (or 0xA8509F) is unknown color: approx Violet Blue. HEX triplet: A8, 50 and 9F. RGB value is (168,80,159). Sum of RGB (Red+Green+Blue) = 168+80+159=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8509F is #57AF60. Grayscale: #737373. Windows color (decimal): -5746529 or 10440872. OLE color: 10440872.

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

Color convert

RGB16880159-
CMYK00.520.050.34
HSL306.14º35.48%48.63%-
HSV(B)306.14º52.38%65.88%-
XYZ25.2816.5734.67-
YUV115.32152.65165.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=41.28%
G=19.66%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688015900.520.050.34306.1435.4848.63
HexA8509F0345221322331
Octal2501202370645424624361
Binary101010001010000100111110110100101100010100110010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8509F; }

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

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

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

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

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

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

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

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