Html Css Color HEX #A14CF1 Blue Violet

📋 copy color: '#A14CF1'

red 161 ◦ green 76 ◦ blue 241

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

Shades of Blue Violet #A14CF1

Tints of Blue Violet #A14CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 33.68%
G = 15.9%
B = 50.42%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A14CF1 (or 0xA14CF1) is known color: Blue Violet. HEX triplet: A1, 4C and F1. RGB value is (161,76,241). Sum of RGB (Red+Green+Blue) = 161+76+241=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #A14CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CF1 is #5EB30E. Grayscale: #777777. Windows color (decimal): -6206223 or 15813793. OLE color: 15813793.

HSL color Cylindrical-coordinate representation of color #A14CF1: hue angle of 270.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14CF1 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 76 241 -
CMYK 0.33 0.68 0 0.05
HSL 270.91º 0.85% 0.62% -
HSV(B) 270.91º 0.68% 0.95% -
XYZ 33.16 19.1 85.16 -
YUV 120.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 161 76 241 0.33 0.68 0 0.05 270.91 0.85 0.62
Hex A1 4C F1 21 44 0 5 10F 55 3E
Octal 241 114 361 41 104 0 5 417 125 76
Binary 10100001 1001100 11110001 100001 1000100 0 101 100001111 1010101 111110

Color Harmonies of #A14CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CF1

Black with #A14CF1

Text Example


Text Example

White with #A14CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CF1; }

 p { color: rgb(161,76,241); }

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

background-color css

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

 a { background-color: rgb(161,76,241); }

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

border-color css

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

 span { border-color: rgb(161,76,241); }

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