#A810BA

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

Shades of Dark Violet #A810BA

Tints of Dark Violet #A810BA

Color information

#A810BA (or 0xA810BA) is unknown color: approx Dark Violet. HEX triplet: A8, 10 and BA. RGB value is (168,16,186). Sum of RGB (Red+Green+Blue) = 168+16+186=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A810BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810BA is #57EF45. Grayscale: #505050. Windows color (decimal): -5762886 or 12193960. OLE color: 12193960.

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

Color convert

RGB16816186-
CMYK0.100.9100.27
HSL293.65º84.16%39.61%-
HSV(B)293.65º91.4%72.94%-
XYZ25.212.2447.49-
YUV80.83187.36190.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=45.41%
G=4.32%
B=50.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168161860.100.9100.27293.6584.1639.61
HexA810BAA5B01B1265428
Octal250202721213303344612450
Binary101010001000010111010101010110110110111001001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A810BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A810BA; }

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

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

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

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

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

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

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

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