Html Css Color HEX #A115EC Blue Violet

📋 copy color: '#A115EC'

red 161 ◦ green 21 ◦ blue 236

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

Shades of Blue Violet #A115EC

Tints of Blue Violet #A115EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 38.52%
G = 5.02%
B = 56.46%

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

#A115EC (or 0xA115EC) is known color: Blue Violet. HEX triplet: A1, 15 and EC. RGB value is (161,21,236). Sum of RGB (Red+Green+Blue) = 161+21+236=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #A115EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115EC is #5EEA13. Grayscale: #565656. Windows color (decimal): -6220308 or 15472033. OLE color: 15472033.

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

Color convert

RGB 161 21 236 -
CMYK 0.32 0.91 0 0.07
HSL 279.07º 0.85% 0.5% -
HSV(B) 279.07º 0.91% 0.93% -
XYZ 30.11 14.17 80.51 -
YUV 87.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 161 21 236 0.32 0.91 0 0.07 279.07 0.85 0.5
Hex A1 15 EC 20 5B 0 7 117 55 32
Octal 241 25 354 40 133 0 7 427 125 62
Binary 10100001 10101 11101100 100000 1011011 0 111 100010111 1010101 110010

Color Harmonies of #A115EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115EC

Black with #A115EC

Text Example


Text Example

White with #A115EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115EC; }

 p { color: rgb(161,21,236); }

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

background-color css

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

 a { background-color: rgb(161,21,236); }

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

border-color css

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

 span { border-color: rgb(161,21,236); }

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