Html Css Color HEX #A140FF Blue Violet

📋 copy color: '#A140FF'

red 161 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #A140FF

Tints of Blue Violet #A140FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 33.54%
G = 13.33%
B = 53.13%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A140FF (or 0xA140FF) is known color: Blue Violet. HEX triplet: A1, 40 and FF. RGB value is (161,64,255). Sum of RGB (Red+Green+Blue) = 161+64+255=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #A140FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140FF is #5EBF00. Grayscale: #727272. Windows color (decimal): -6209281 or 16728225. OLE color: 16728225.

HSL color Cylindrical-coordinate representation of color #A140FF: hue angle of 270.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A140FF is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 64 255 -
CMYK 0.37 0.75 0 0
HSL 270.47º 1% 0.63% -
HSV(B) 270.47º 0.75% 1% -
XYZ 34.58 18.46 96.35 -
YUV 114.78 207.14 160.97 -
System Red Green Blue C M Y K H S L
Decimal 161 64 255 0.37 0.75 0 0 270.47 1 0.63
Hex A1 40 FF 25 4B 0 0 10E 64 3F
Octal 241 100 377 45 113 0 0 416 144 77
Binary 10100001 1000000 11111111 100101 1001011 0 0 100001110 1100100 111111

Color Harmonies of #A140FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140FF

Black with #A140FF

Text Example


Text Example

White with #A140FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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