Html Css Color HEX #A119EF Blue Violet

📋 copy color: '#A119EF'

red 161 ◦ green 25 ◦ blue 239

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

Shades of Blue Violet #A119EF

Tints of Blue Violet #A119EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 37.88%
G = 5.88%
B = 56.24%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A119EF (or 0xA119EF) is known color: Blue Violet. HEX triplet: A1, 19 and EF. RGB value is (161,25,239). Sum of RGB (Red+Green+Blue) = 161+25+239=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #A119EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119EF is #5EE610. Grayscale: #595959. Windows color (decimal): -6219281 or 15669665. OLE color: 15669665.

HSL color Cylindrical-coordinate representation of color #A119EF: hue angle of 278.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A119EF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 25 239 -
CMYK 0.33 0.90 0 0.06
HSL 278.13º 0.87% 0.52% -
HSV(B) 278.13º 0.9% 0.94% -
XYZ 30.63 14.5 82.85 -
YUV 90.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 161 25 239 0.33 0.90 0 0.06 278.13 0.87 0.52
Hex A1 19 EF 21 5A 0 6 116 57 34
Octal 241 31 357 41 132 0 6 426 127 64
Binary 10100001 11001 11101111 100001 1011010 0 110 100010110 1010111 110100

Color Harmonies of #A119EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119EF

Black with #A119EF

Text Example


Text Example

White with #A119EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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