Html Css Color HEX #A014FF Electric Purple

📋 copy color: '#A014FF'

red 160 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #A014FF

Tints of Electric Purple #A014FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 36.78%
G = 4.6%
B = 58.62%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A014FF (or 0xA014FF) is known color: Electric Purple. HEX triplet: A0, 14 and FF. RGB value is (160,20,255). Sum of RGB (Red+Green+Blue) = 160+20+255=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A014FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014FF is #5FEB00. Grayscale: #575757. Windows color (decimal): -6286081 or 16716960. OLE color: 16716960.

HSL color Cylindrical-coordinate representation of color #A014FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A014FF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 20 255 -
CMYK 0.37 0.92 0 0
HSL 275.74º 1% 0.54% -
HSV(B) 275.74º 0.92% 1% -
XYZ 32.8 15.19 95.81 -
YUV 88.65 221.88 178.89 -
System Red Green Blue C M Y K H S L
Decimal 160 20 255 0.37 0.92 0 0 275.74 1 0.54
Hex A0 14 FF 25 5C 0 0 114 64 36
Octal 240 24 377 45 134 0 0 424 144 66
Binary 10100000 10100 11111111 100101 1011100 0 0 100010100 1100100 110110

Color Harmonies of #A014FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014FF

Black with #A014FF

Text Example


Text Example

White with #A014FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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