Html Css Color HEX #A140EC Blue Violet

📋 copy color: '#A140EC'

red 161 ◦ green 64 ◦ blue 236

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

Shades of Blue Violet #A140EC

Tints of Blue Violet #A140EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.88%

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

R = 34.92%
G = 13.88%
B = 51.19%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A140EC (or 0xA140EC) is known color: Blue Violet. HEX triplet: A1, 40 and EC. RGB value is (161,64,236). Sum of RGB (Red+Green+Blue) = 161+64+236=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #A140EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140EC is #5EBF13. Grayscale: #707070. Windows color (decimal): -6209300 or 15483041. OLE color: 15483041.

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

Color convert

RGB 161 64 236 -
CMYK 0.32 0.73 0 0.07
HSL 273.84º 0.82% 0.59% -
HSV(B) 273.84º 0.73% 0.93% -
XYZ 31.67 17.3 81.03 -
YUV 112.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 161 64 236 0.32 0.73 0 0.07 273.84 0.82 0.59
Hex A1 40 EC 20 49 0 7 112 52 3B
Octal 241 100 354 40 111 0 7 422 122 73
Binary 10100001 1000000 11101100 100000 1001001 0 111 100010010 1010010 111011

Color Harmonies of #A140EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140EC

Black with #A140EC

Text Example


Text Example

White with #A140EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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