Html Css Color HEX #A14CF0 Blue Violet

📋 copy color: '#A14CF0'

red 161 ◦ green 76 ◦ blue 240

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

Shades of Blue Violet #A14CF0

Tints of Blue Violet #A14CF0

RGB

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

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

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

R = 33.75%
G = 15.93%
B = 50.31%

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

#A14CF0 (or 0xA14CF0) is known color: Blue Violet. HEX triplet: A1, 4C and F0. RGB value is (161,76,240). Sum of RGB (Red+Green+Blue) = 161+76+240=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #A14CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CF0 is #5EB30F. Grayscale: #777777. Windows color (decimal): -6206224 or 15748257. OLE color: 15748257.

HSL color Cylindrical-coordinate representation of color #A14CF0: hue angle of 271.1º degrees, saturation: 0.85, 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 #A14CF0 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 76 240 -
CMYK 0.33 0.68 0 0.06
HSL 271.1º 0.85% 0.62% -
HSV(B) 271.1º 0.68% 0.94% -
XYZ 33.01 19.04 84.37 -
YUV 120.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 161 76 240 0.33 0.68 0 0.06 271.1 0.85 0.62
Hex A1 4C F0 21 44 0 6 10F 55 3E
Octal 241 114 360 41 104 0 6 417 125 76
Binary 10100001 1001100 11110000 100001 1000100 0 110 100001111 1010101 111110

Color Harmonies of #A14CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CF0

Black with #A14CF0

Text Example


Text Example

White with #A14CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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