Html Css Color HEX #A116ED Blue Violet

📋 copy color: '#A116ED'

red 161 ◦ green 22 ◦ blue 237

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

Shades of Blue Violet #A116ED

Tints of Blue Violet #A116ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.24%

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

R = 38.33%
G = 5.24%
B = 56.43%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A116ED (or 0xA116ED) is known color: Blue Violet. HEX triplet: A1, 16 and ED. RGB value is (161,22,237). Sum of RGB (Red+Green+Blue) = 161+22+237=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A116ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116ED is #5EE912. Grayscale: #575757. Windows color (decimal): -6220051 or 15537825. OLE color: 15537825.

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

Color convert

RGB 161 22 237 -
CMYK 0.32 0.91 0 0.07
HSL 278.79º 0.86% 0.51% -
HSV(B) 278.79º 0.91% 0.93% -
XYZ 30.27 14.27 81.28 -
YUV 88.07 212.05 180.02 -
System Red Green Blue C M Y K H S L
Decimal 161 22 237 0.32 0.91 0 0.07 278.79 0.86 0.51
Hex A1 16 ED 20 5B 0 7 117 56 33
Octal 241 26 355 40 133 0 7 427 126 63
Binary 10100001 10110 11101101 100000 1011011 0 111 100010111 1010110 110011

Color Harmonies of #A116ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116ED

Black with #A116ED

Text Example


Text Example

White with #A116ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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