#A8509C

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

Shades of Violet Blue #A8509C

Tints of Violet Blue #A8509C

Color information

#A8509C (or 0xA8509C) is unknown color: approx Violet Blue. HEX triplet: A8, 50 and 9C. RGB value is (168,80,156). Sum of RGB (Red+Green+Blue) = 168+80+156=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8509C is #57AF63. Grayscale: #727272. Windows color (decimal): -5746532 or 10244264. OLE color: 10244264.

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

Color convert

RGB16880156-
CMYK00.520.070.34
HSL308.18º35.48%48.63%-
HSV(B)308.18º52.38%65.88%-
XYZ25.0216.4633.31-
YUV114.98151.15165.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=41.58%
G=19.80%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688015600.520.070.34308.1835.4848.63
HexA8509C0347221342331
Octal2501202340647424644361
Binary101010001010000100111000110100111100010100110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8509C; }

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

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

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

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

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

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

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

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