Html Css Color HEX #A141ED Blue Violet

📋 copy color: '#A141ED'

red 161 ◦ green 65 ◦ blue 237

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

Shades of Blue Violet #A141ED

Tints of Blue Violet #A141ED

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.04%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 34.77%
G = 14.04%
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

#A141ED (or 0xA141ED) is known color: Blue Violet. HEX triplet: A1, 41 and ED. RGB value is (161,65,237). Sum of RGB (Red+Green+Blue) = 161+65+237=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #A141ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A141ED is #5EBE12. Grayscale: #707070. Windows color (decimal): -6209043 or 15548833. OLE color: 15548833.

HSL color Cylindrical-coordinate representation of color #A141ED: hue angle of 273.49º degrees, saturation: 0.83, 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 #A141ED is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 65 237 -
CMYK 0.32 0.73 0 0.07
HSL 273.49º 0.83% 0.59% -
HSV(B) 273.49º 0.73% 0.93% -
XYZ 31.87 17.47 81.81 -
YUV 113.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 161 65 237 0.32 0.73 0 0.07 273.49 0.83 0.59
Hex A1 41 ED 20 49 0 7 111 53 3B
Octal 241 101 355 40 111 0 7 421 123 73
Binary 10100001 1000001 11101101 100000 1001001 0 111 100010001 1010011 111011

Color Harmonies of #A141ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A141ED

Black with #A141ED

Text Example


Text Example

White with #A141ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A141ED; }

 p { color: rgb(161,65,237); }

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

background-color css

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

 a { background-color: rgb(161,65,237); }

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

border-color css

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

 span { border-color: rgb(161,65,237); }

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