#A117EA

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

Shades of Blue Violet #A117EA

Tints of Blue Violet #A117EA

Color information

#A117EA (or 0xA117EA) is unknown color: approx Blue Violet. HEX triplet: A1, 17 and EA. RGB value is (161,23,234). Sum of RGB (Red+Green+Blue) = 161+23+234=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #A117EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117EA is #5EE815. Grayscale: #575757. Windows color (decimal): -6219798 or 15341473. OLE color: 15341473.

HSL color Cylindrical-coordinate representation of color #A117EA: hue angle of 279.24º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117EA is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16123234-
CMYK0.310.9000.08
HSL279.24º83.4%50.39%-
HSV(B)279.24º90.17%91.76%-
XYZ29.8614.1379-
YUV88.32210.22179.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 23 (9.38% from 255) = 5.50%
BLUE value IS 234 (91.80% from 255) = 55.98%
R=38.52%
G=5.50%
B=55.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161232340.310.9000.08279.2483.450.39
HexA117EA1F5A081175332
Octal241273523713201042712362
Binary101000011011111101010111111011010010001000101111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A117EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A117EA; }

 p { color: rgb(161,23,234); }

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

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

 a { background-color: rgb(161,23,234); }

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

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

 span { border-color: rgb(161,23,234); }

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