Html Css Color HEX #A117ED Blue Violet

📋 copy color: '#A117ED'

red 161 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #A117ED

Tints of Blue Violet #A117ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 38.24%
G = 5.46%
B = 56.29%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A117ED (or 0xA117ED) is known color: Blue Violet. HEX triplet: A1, 17 and ED. RGB value is (161,23,237). Sum of RGB (Red+Green+Blue) = 161+23+237=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A117ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117ED is #5EE812. Grayscale: #575757. Windows color (decimal): -6219795 or 15538081. OLE color: 15538081.

HSL color Cylindrical-coordinate representation of color #A117ED: hue angle of 278.69º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117ED is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 23 237 -
CMYK 0.32 0.90 0 0.07
HSL 278.69º 0.86% 0.51% -
HSV(B) 278.69º 0.9% 0.93% -
XYZ 30.29 14.3 81.29 -
YUV 88.66 211.72 179.6 -
System Red Green Blue C M Y K H S L
Decimal 161 23 237 0.32 0.90 0 0.07 278.69 0.86 0.51
Hex A1 17 ED 20 5A 0 7 117 56 33
Octal 241 27 355 40 132 0 7 427 126 63
Binary 10100001 10111 11101101 100000 1011010 0 111 100010111 1010110 110011

Color Harmonies of #A117ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117ED

Black with #A117ED

Text Example


Text Example

White with #A117ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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