Html Css Color HEX #A131ED Blue Violet

📋 copy color: '#A131ED'

red 161 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #A131ED

Tints of Blue Violet #A131ED

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.96%

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

R = 36.02%
G = 10.96%
B = 53.02%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A131ED (or 0xA131ED) is known color: Blue Violet. HEX triplet: A1, 31 and ED. RGB value is (161,49,237). Sum of RGB (Red+Green+Blue) = 161+49+237=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #A131ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A131ED is #5ECE12. Grayscale: #676767. Windows color (decimal): -6213139 or 15544737. OLE color: 15544737.

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

Color convert

RGB 161 49 237 -
CMYK 0.32 0.79 0 0.07
HSL 275.74º 0.84% 0.56% -
HSV(B) 275.74º 0.79% 0.93% -
XYZ 31.08 15.89 81.55 -
YUV 103.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 161 49 237 0.32 0.79 0 0.07 275.74 0.84 0.56
Hex A1 31 ED 20 4F 0 7 114 54 38
Octal 241 61 355 40 117 0 7 424 124 70
Binary 10100001 110001 11101101 100000 1001111 0 111 100010100 1010100 111000

Color Harmonies of #A131ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A131ED

Black with #A131ED

Text Example


Text Example

White with #A131ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A131ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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