Html Css Color HEX #A139F6 Blue Violet

📋 copy color: '#A139F6'

red 161 ◦ green 57 ◦ blue 246

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

Shades of Blue Violet #A139F6

Tints of Blue Violet #A139F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.02%

R = 34.7%
G = 12.28%
B = 53.02%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A139F6 (or 0xA139F6) is known color: Blue Violet. HEX triplet: A1, 39 and F6. RGB value is (161,57,246). Sum of RGB (Red+Green+Blue) = 161+57+246=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #A139F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A139F6 is #5EC609. Grayscale: #6C6C6C. Windows color (decimal): -6211082 or 16136609. OLE color: 16136609.

HSL color Cylindrical-coordinate representation of color #A139F6: hue angle of 273.02º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A139F6 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 57 246 -
CMYK 0.35 0.77 0 0.04
HSL 273.02º 0.91% 0.59% -
HSV(B) 273.02º 0.77% 0.96% -
XYZ 32.8 17.16 88.77 -
YUV 109.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 161 57 246 0.35 0.77 0 0.04 273.02 0.91 0.59
Hex A1 39 F6 23 4D 0 4 111 5B 3B
Octal 241 71 366 43 115 0 4 421 133 73
Binary 10100001 111001 11110110 100011 1001101 0 100 100010001 1011011 111011

Color Harmonies of #A139F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A139F6

Black with #A139F6

Text Example


Text Example

White with #A139F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A139F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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