Html Css Color HEX #A14EF9 Blue Violet

📋 copy color: '#A14EF9'

red 161 ◦ green 78 ◦ blue 249

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

Shades of Blue Violet #A14EF9

Tints of Blue Violet #A14EF9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.98%

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 32.99%
G = 15.98%
B = 51.02%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A14EF9 (or 0xA14EF9) is known color: Blue Violet. HEX triplet: A1, 4E and F9. RGB value is (161,78,249). Sum of RGB (Red+Green+Blue) = 161+78+249=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #A14EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EF9 is #5EB106. Grayscale: #797979. Windows color (decimal): -6205703 or 16338593. OLE color: 16338593.

HSL color Cylindrical-coordinate representation of color #A14EF9: hue angle of 269.12º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14EF9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 78 249 -
CMYK 0.35 0.69 0 0.02
HSL 269.12º 0.93% 0.64% -
HSV(B) 269.12º 0.69% 0.98% -
XYZ 34.52 19.87 91.64 -
YUV 122.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 161 78 249 0.35 0.69 0 0.02 269.12 0.93 0.64
Hex A1 4E F9 23 45 0 2 10D 5D 40
Octal 241 116 371 43 105 0 2 415 135 100
Binary 10100001 1001110 11111001 100011 1000101 0 10 100001101 1011101 1000000

Color Harmonies of #A14EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EF9

Black with #A14EF9

Text Example


Text Example

White with #A14EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EF9; }

 p { color: rgb(161,78,249); }

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

background-color css

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

 a { background-color: rgb(161,78,249); }

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

border-color css

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

 span { border-color: rgb(161,78,249); }

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