Html Css Color HEX #A140EA Blue Violet

📋 copy color: '#A140EA'

red 161 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #A140EA

Tints of Blue Violet #A140EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 35.08%
G = 13.94%
B = 50.98%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A140EA (or 0xA140EA) is known color: Blue Violet. HEX triplet: A1, 40 and EA. RGB value is (161,64,234). Sum of RGB (Red+Green+Blue) = 161+64+234=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #A140EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140EA is #5EBF15. Grayscale: #6F6F6F. Windows color (decimal): -6209302 or 15351969. OLE color: 15351969.

HSL color Cylindrical-coordinate representation of color #A140EA: hue angle of 274.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A140EA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 64 234 -
CMYK 0.31 0.73 0 0.08
HSL 274.24º 0.8% 0.58% -
HSV(B) 274.24º 0.73% 0.92% -
XYZ 31.38 17.18 79.5 -
YUV 112.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 161 64 234 0.31 0.73 0 0.08 274.24 0.8 0.58
Hex A1 40 EA 1F 49 0 8 112 50 3A
Octal 241 100 352 37 111 0 10 422 120 72
Binary 10100001 1000000 11101010 11111 1001001 0 1000 100010010 1010000 111010

Color Harmonies of #A140EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140EA

Black with #A140EA

Text Example


Text Example

White with #A140EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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