Html Css Color HEX #A119F7 Blue Violet

📋 copy color: '#A119F7'

red 161 ◦ green 25 ◦ blue 247

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

Shades of Blue Violet #A119F7

Tints of Blue Violet #A119F7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 37.18%
G = 5.77%
B = 57.04%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A119F7 (or 0xA119F7) is known color: Blue Violet. HEX triplet: A1, 19 and F7. RGB value is (161,25,247). Sum of RGB (Red+Green+Blue) = 161+25+247=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #A119F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119F7 is #5EE608. Grayscale: #5A5A5A. Windows color (decimal): -6219273 or 16193953. OLE color: 16193953.

HSL color Cylindrical-coordinate representation of color #A119F7: hue angle of 276.76º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A119F7 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 25 247 -
CMYK 0.35 0.90 0 0.03
HSL 276.76º 0.93% 0.53% -
HSV(B) 276.76º 0.9% 0.97% -
XYZ 31.83 14.99 89.21 -
YUV 90.97 216.06 177.95 -
System Red Green Blue C M Y K H S L
Decimal 161 25 247 0.35 0.90 0 0.03 276.76 0.93 0.53
Hex A1 19 F7 23 5A 0 3 115 5D 35
Octal 241 31 367 43 132 0 3 425 135 65
Binary 10100001 11001 11110111 100011 1011010 0 11 100010101 1011101 110101

Color Harmonies of #A119F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119F7

Black with #A119F7

Text Example


Text Example

White with #A119F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119F7; }

 p { color: rgb(161,25,247); }

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

background-color css

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

 a { background-color: rgb(161,25,247); }

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

border-color css

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

 span { border-color: rgb(161,25,247); }

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