Html Css Color HEX #A14EFA Blue Violet

📋 copy color: '#A14EFA'

red 161 ◦ green 78 ◦ blue 250

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

Shades of Blue Violet #A14EFA

Tints of Blue Violet #A14EFA

RGB

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

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

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

R = 32.92%
G = 15.95%
B = 51.12%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A14EFA (or 0xA14EFA) is known color: Blue Violet. HEX triplet: A1, 4E and FA. RGB value is (161,78,250). Sum of RGB (Red+Green+Blue) = 161+78+250=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #A14EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EFA is #5EB105. Grayscale: #797979. Windows color (decimal): -6205702 or 16404129. OLE color: 16404129.

HSL color Cylindrical-coordinate representation of color #A14EFA: hue angle of 268.95º degrees, saturation: 0.95, 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 #A14EFA is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 78 250 -
CMYK 0.36 0.69 0 0.02
HSL 268.95º 0.95% 0.64% -
HSV(B) 268.95º 0.69% 0.98% -
XYZ 34.68 19.93 92.46 -
YUV 122.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 161 78 250 0.36 0.69 0 0.02 268.95 0.95 0.64
Hex A1 4E FA 24 45 0 2 10D 5F 40
Octal 241 116 372 44 105 0 2 415 137 100
Binary 10100001 1001110 11111010 100100 1000101 0 10 100001101 1011111 1000000

Color Harmonies of #A14EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EFA

Black with #A14EFA

Text Example


Text Example

White with #A14EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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