Html Css Color HEX #A614FD Electric Purple

📋 copy color: '#A614FD'

red 166 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A614FD

Tints of Electric Purple #A614FD

RGB

 RED value IS 166 (65.23% from 255) = 37.81%

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

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

R = 37.81%
G = 4.56%
B = 57.63%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A614FD (or 0xA614FD) is known color: Electric Purple. HEX triplet: A6, 14 and FD. RGB value is (166,20,253). Sum of RGB (Red+Green+Blue) = 166+20+253=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #A614FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A614FD is #59EB02. Grayscale: #595959. Windows color (decimal): -5892867 or 16585894. OLE color: 16585894.

HSL color Cylindrical-coordinate representation of color #A614FD: hue angle of 277.6º 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 #A614FD is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 20 253 -
CMYK 0.34 0.92 0 0.01
HSL 277.6º 0.98% 0.54% -
HSV(B) 277.6º 0.92% 0.99% -
XYZ 33.71 15.7 94.18 -
YUV 90.22 219.87 182.05 -
System Red Green Blue C M Y K H S L
Decimal 166 20 253 0.34 0.92 0 0.01 277.6 0.98 0.54
Hex A6 14 FD 22 5C 0 1 116 62 36
Octal 246 24 375 42 134 0 1 426 142 66
Binary 10100110 10100 11111101 100010 1011100 0 1 100010110 1100010 110110

Color Harmonies of #A614FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614FD

Black with #A614FD

Text Example


Text Example

White with #A614FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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