Html Css Color HEX #A139FA Blue Violet

📋 copy color: '#A139FA'

red 161 ◦ green 57 ◦ blue 250

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

Shades of Blue Violet #A139FA

Tints of Blue Violet #A139FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 34.4%
G = 12.18%
B = 53.42%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A139FA (or 0xA139FA) is known color: Blue Violet. HEX triplet: A1, 39 and FA. RGB value is (161,57,250). Sum of RGB (Red+Green+Blue) = 161+57+250=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #A139FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139FA is #5EC605. Grayscale: #6D6D6D. Windows color (decimal): -6211078 or 16398753. OLE color: 16398753.

HSL color Cylindrical-coordinate representation of color #A139FA: hue angle of 272.33º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A139FA is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 57 250 -
CMYK 0.36 0.77 0 0.02
HSL 272.33º 0.95% 0.6% -
HSV(B) 272.33º 0.77% 0.98% -
XYZ 33.42 17.41 92.04 -
YUV 110.1 206.96 164.31 -
System Red Green Blue C M Y K H S L
Decimal 161 57 250 0.36 0.77 0 0.02 272.33 0.95 0.6
Hex A1 39 FA 24 4D 0 2 110 5F 3C
Octal 241 71 372 44 115 0 2 420 137 74
Binary 10100001 111001 11111010 100100 1001101 0 10 100010000 1011111 111100

Color Harmonies of #A139FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139FA

Black with #A139FA

Text Example


Text Example

White with #A139FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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