#A10BE7

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

Shades of Dark Violet #A10BE7

Tints of Dark Violet #A10BE7

Color information

#A10BE7 (or 0xA10BE7) is unknown color: approx Dark Violet. HEX triplet: A1, 0B and E7. RGB value is (161,11,231). Sum of RGB (Red+Green+Blue) = 161+11+231=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #A10BE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10BE7 is #5EF418. Grayscale: #505050. Windows color (decimal): -6222873 or 15141793. OLE color: 15141793.

HSL color Cylindrical-coordinate representation of color #A10BE7: hue angle of 280.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10BE7 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16111231-
CMYK0.300.9500.09
HSL280.91º90.91%47.45%-
HSV(B)280.91º95.24%90.59%-
XYZ29.2413.5976.68-
YUV80.93212.7185.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 11 (4.69% from 255) = 2.73%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=39.95%
G=2.73%
B=57.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161112310.300.9500.09280.9190.9147.45
HexA1BE71E5F091195b2f
Octal241133473613701143113357
Binary10100001101111100111111101011111010011000110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10BE7; }

 p { color: rgb(161,11,231); }

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

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

 a { background-color: rgb(161,11,231); }

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

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

 span { border-color: rgb(161,11,231); }

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