Html Css Color HEX #A014FD Electric Purple

📋 copy color: '#A014FD'

red 160 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A014FD

Tints of Electric Purple #A014FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 36.95%
G = 4.62%
B = 58.43%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A014FD (or 0xA014FD) is known color: Electric Purple. HEX triplet: A0, 14 and FD. RGB value is (160,20,253). Sum of RGB (Red+Green+Blue) = 160+20+253=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A014FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014FD is #5FEB02. Grayscale: #575757. Windows color (decimal): -6286083 or 16585888. OLE color: 16585888.

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

Color convert

RGB 160 20 253 -
CMYK 0.37 0.92 0 0.01
HSL 276.05º 0.98% 0.54% -
HSV(B) 276.05º 0.92% 0.99% -
XYZ 32.48 15.07 94.12 -
YUV 88.42 220.88 179.05 -
System Red Green Blue C M Y K H S L
Decimal 160 20 253 0.37 0.92 0 0.01 276.05 0.98 0.54
Hex A0 14 FD 25 5C 0 1 114 62 36
Octal 240 24 375 45 134 0 1 424 142 66
Binary 10100000 10100 11111101 100101 1011100 0 1 100010100 1100010 110110

Color Harmonies of #A014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014FD

Black with #A014FD

Text Example


Text Example

White with #A014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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