Html Css Color HEX #A014EF Blue Violet

📋 copy color: '#A014EF'

red 160 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #A014EF

Tints of Blue Violet #A014EF

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

 GREEN value IS 20 (8.2% from 255) = 4.77%

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 38.19%
G = 4.77%
B = 57.04%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A014EF (or 0xA014EF) is known color: Blue Violet. HEX triplet: A0, 14 and EF. RGB value is (160,20,239). Sum of RGB (Red+Green+Blue) = 160+20+239=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #A014EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014EF is #5FEB10. Grayscale: #565656. Windows color (decimal): -6286097 or 15668384. OLE color: 15668384.

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

Color convert

RGB 160 20 239 -
CMYK 0.33 0.92 0 0.06
HSL 278.36º 0.87% 0.51% -
HSV(B) 278.36º 0.92% 0.94% -
XYZ 30.33 14.21 82.8 -
YUV 86.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 160 20 239 0.33 0.92 0 0.06 278.36 0.87 0.51
Hex A0 14 EF 21 5C 0 6 116 57 33
Octal 240 24 357 41 134 0 6 426 127 63
Binary 10100000 10100 11101111 100001 1011100 0 110 100010110 1010111 110011

Color Harmonies of #A014EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014EF

Black with #A014EF

Text Example


Text Example

White with #A014EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014EF; }

 p { color: rgb(160,20,239); }

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

background-color css

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

 a { background-color: rgb(160,20,239); }

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

border-color css

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

 span { border-color: rgb(160,20,239); }

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