Html Css Color HEX #A14DF0 Blue Violet

📋 copy color: '#A14DF0'

red 161 ◦ green 77 ◦ blue 240

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

Shades of Blue Violet #A14DF0

Tints of Blue Violet #A14DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.11%

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 33.68%
G = 16.11%
B = 50.21%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A14DF0 (or 0xA14DF0) is known color: Blue Violet. HEX triplet: A1, 4D and F0. RGB value is (161,77,240). Sum of RGB (Red+Green+Blue) = 161+77+240=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #A14DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DF0 is #5EB20F. Grayscale: #787878. Windows color (decimal): -6205968 or 15748513. OLE color: 15748513.

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

Color convert

RGB 161 77 240 -
CMYK 0.33 0.68 0 0.06
HSL 270.92º 0.84% 0.62% -
HSV(B) 270.92º 0.68% 0.94% -
XYZ 33.08 19.18 84.4 -
YUV 120.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 161 77 240 0.33 0.68 0 0.06 270.92 0.84 0.62
Hex A1 4D F0 21 44 0 6 10F 54 3E
Octal 241 115 360 41 104 0 6 417 124 76
Binary 10100001 1001101 11110000 100001 1000100 0 110 100001111 1010100 111110

Color Harmonies of #A14DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DF0

Black with #A14DF0

Text Example


Text Example

White with #A14DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DF0; }

 p { color: rgb(161,77,240); }

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

background-color css

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

 a { background-color: rgb(161,77,240); }

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

border-color css

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

 span { border-color: rgb(161,77,240); }

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