Html Css Color HEX #A139EE Blue Violet

📋 copy color: '#A139EE'

red 161 ◦ green 57 ◦ blue 238

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

Shades of Blue Violet #A139EE

Tints of Blue Violet #A139EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 35.31%
G = 12.5%
B = 52.19%

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

#A139EE (or 0xA139EE) is known color: Blue Violet. HEX triplet: A1, 39 and EE. RGB value is (161,57,238). Sum of RGB (Red+Green+Blue) = 161+57+238=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A139EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139EE is #5EC611. Grayscale: #6C6C6C. Windows color (decimal): -6211090 or 15612321. OLE color: 15612321.

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

Color convert

RGB 161 57 238 -
CMYK 0.32 0.76 0 0.07
HSL 274.48º 0.84% 0.58% -
HSV(B) 274.48º 0.76% 0.93% -
XYZ 31.59 16.68 82.44 -
YUV 108.73 200.96 165.28 -
System Red Green Blue C M Y K H S L
Decimal 161 57 238 0.32 0.76 0 0.07 274.48 0.84 0.58
Hex A1 39 EE 20 4C 0 7 112 54 3A
Octal 241 71 356 40 114 0 7 422 124 72
Binary 10100001 111001 11101110 100000 1001100 0 111 100010010 1010100 111010

Color Harmonies of #A139EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139EE

Black with #A139EE

Text Example


Text Example

White with #A139EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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