Html Css Color HEX #A114EF Blue Violet

📋 copy color: '#A114EF'

red 161 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #A114EF

Tints of Blue Violet #A114EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.76%

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

R = 38.33%
G = 4.76%
B = 56.9%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A114EF (or 0xA114EF) is known color: Blue Violet. HEX triplet: A1, 14 and EF. RGB value is (161,20,239). Sum of RGB (Red+Green+Blue) = 161+20+239=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #A114EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A114EF is #5EEB10. Grayscale: #565656. Windows color (decimal): -6220561 or 15668385. OLE color: 15668385.

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

Color convert

RGB 161 20 239 -
CMYK 0.33 0.92 0 0.06
HSL 278.63º 0.87% 0.51% -
HSV(B) 278.63º 0.92% 0.94% -
XYZ 30.53 14.31 82.81 -
YUV 87.13 213.71 180.69 -
System Red Green Blue C M Y K H S L
Decimal 161 20 239 0.33 0.92 0 0.06 278.63 0.87 0.51
Hex A1 14 EF 21 5C 0 6 117 57 33
Octal 241 24 357 41 134 0 6 427 127 63
Binary 10100001 10100 11101111 100001 1011100 0 110 100010111 1010111 110011

Color Harmonies of #A114EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114EF

Black with #A114EF

Text Example


Text Example

White with #A114EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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