Html Css Color HEX #A117EF Blue Violet

📋 copy color: '#A117EF'

red 161 ◦ green 23 ◦ blue 239

#A117EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A117EF

Tints of Blue Violet #A117EF

RGB

 RED value IS 161 (63.28% from 255) = 38.06%

 GREEN value IS 23 (9.38% from 255) = 5.44%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 38.06%
G = 5.44%
B = 56.5%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A117EF (or 0xA117EF) is known color: Blue Violet. HEX triplet: A1, 17 and EF. RGB value is (161,23,239). Sum of RGB (Red+Green+Blue) = 161+23+239=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #A117EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117EF is #5EE810. Grayscale: #585858. Windows color (decimal): -6219793 or 15669153. OLE color: 15669153.

HSL color Cylindrical-coordinate representation of color #A117EF: hue angle of 278.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117EF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 23 239 -
CMYK 0.33 0.90 0 0.06
HSL 278.33º 0.87% 0.51% -
HSV(B) 278.33º 0.9% 0.94% -
XYZ 30.58 14.42 82.83 -
YUV 88.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 161 23 239 0.33 0.90 0 0.06 278.33 0.87 0.51
Hex A1 17 EF 21 5A 0 6 116 57 33
Octal 241 27 357 41 132 0 6 426 127 63
Binary 10100001 10111 11101111 100001 1011010 0 110 100010110 1010111 110011

Color Harmonies of #A117EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117EF

Black with #A117EF

Text Example


Text Example

White with #A117EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117EF; }

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

 H1.HeaderClassName
 {
   color: #A117EF;
 }
 .AnyTagClassName
 {
   color: #A117EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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