Html Css Color HEX #A139EC Blue Violet

📋 copy color: '#A139EC'

red 161 ◦ green 57 ◦ blue 236

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

Shades of Blue Violet #A139EC

Tints of Blue Violet #A139EC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.56%

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

R = 35.46%
G = 12.56%
B = 51.98%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A139EC (or 0xA139EC) is known color: Blue Violet. HEX triplet: A1, 39 and EC. RGB value is (161,57,236). Sum of RGB (Red+Green+Blue) = 161+57+236=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #A139EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139EC is #5EC613. Grayscale: #6B6B6B. Windows color (decimal): -6211092 or 15481249. OLE color: 15481249.

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

Color convert

RGB 161 57 236 -
CMYK 0.32 0.76 0 0.07
HSL 274.86º 0.82% 0.57% -
HSV(B) 274.86º 0.76% 0.93% -
XYZ 31.3 16.56 80.9 -
YUV 108.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 161 57 236 0.32 0.76 0 0.07 274.86 0.82 0.57
Hex A1 39 EC 20 4C 0 7 113 52 39
Octal 241 71 354 40 114 0 7 423 122 71
Binary 10100001 111001 11101100 100000 1001100 0 111 100010011 1010010 111001

Color Harmonies of #A139EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139EC

Black with #A139EC

Text Example


Text Example

White with #A139EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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