#A809BA

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

Shades of Dark Violet #A809BA

Tints of Dark Violet #A809BA

Color information

#A809BA (or 0xA809BA) is unknown color: approx Dark Violet. HEX triplet: A8, 09 and BA. RGB value is (168,9,186). Sum of RGB (Red+Green+Blue) = 168+9+186=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A809BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809BA is #57F645. Grayscale: #4C4C4C. Windows color (decimal): -5764678 or 12192168. OLE color: 12192168.

HSL color Cylindrical-coordinate representation of color #A809BA: hue angle of 293.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A809BA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1689186-
CMYK0.100.9500.27
HSL293.9º90.77%38.24%-
HSV(B)293.9º95.16%72.94%-
XYZ25.1112.0747.46-
YUV76.72189.68193.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 9 (3.91% from 255) = 2.48%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=46.28%
G=2.48%
B=51.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16891860.100.9500.27293.990.7738.24
HexA89BAA5F01B1265b26
Octal250112721213703344613346
Binary10101000100110111010101010111110110111001001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809BA; }

 p { color: rgb(168,9,186); }

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

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

 a { background-color: rgb(168,9,186); }

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

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

 span { border-color: rgb(168,9,186); }

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