Html Css Color HEX #A117FA Blue Violet

📋 copy color: '#A117FA'

red 161 ◦ green 23 ◦ blue 250

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

Shades of Blue Violet #A117FA

Tints of Blue Violet #A117FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 37.1%
G = 5.3%
B = 57.6%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A117FA (or 0xA117FA) is known color: Blue Violet. HEX triplet: A1, 17 and FA. RGB value is (161,23,250). Sum of RGB (Red+Green+Blue) = 161+23+250=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #A117FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117FA is #5EE805. Grayscale: #595959. Windows color (decimal): -6219782 or 16390049. OLE color: 16390049.

HSL color Cylindrical-coordinate representation of color #A117FA: hue angle of 276.48º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A117FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 23 250 -
CMYK 0.36 0.91 0 0.02
HSL 276.48º 0.96% 0.54% -
HSV(B) 276.48º 0.91% 0.98% -
XYZ 32.26 15.09 91.66 -
YUV 90.14 218.22 178.54 -
System Red Green Blue C M Y K H S L
Decimal 161 23 250 0.36 0.91 0 0.02 276.48 0.96 0.54
Hex A1 17 FA 24 5B 0 2 114 60 36
Octal 241 27 372 44 133 0 2 424 140 66
Binary 10100001 10111 11111010 100100 1011011 0 10 100010100 1100000 110110

Color Harmonies of #A117FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117FA

Black with #A117FA

Text Example


Text Example

White with #A117FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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