Html Css Color HEX #A20EFF Electric Purple

📋 copy color: '#A20EFF'

red 162 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #A20EFF

Tints of Electric Purple #A20EFF

RGB

 RED value IS 162 (63.67% from 255) = 37.59%

 GREEN value IS 14 (5.86% from 255) = 3.25%

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

R = 37.59%
G = 3.25%
B = 59.16%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A20EFF (or 0xA20EFF) is known color: Electric Purple. HEX triplet: A2, 0E and FF. RGB value is (162,14,255). Sum of RGB (Red+Green+Blue) = 162+14+255=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A20EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EFF is #5DF100. Grayscale: #545454. Windows color (decimal): -6156545 or 16715426. OLE color: 16715426.

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

Color convert

RGB 162 14 255 -
CMYK 0.36 0.95 0 0
HSL 276.85º 1% 0.53% -
HSV(B) 276.85º 0.95% 1% -
XYZ 33.11 15.22 95.8 -
YUV 85.73 223.53 182.4 -
System Red Green Blue C M Y K H S L
Decimal 162 14 255 0.36 0.95 0 0 276.85 1 0.53
Hex A2 E FF 24 5F 0 0 115 64 35
Octal 242 16 377 44 137 0 0 425 144 65
Binary 10100010 1110 11111111 100100 1011111 0 0 100010101 1100100 110101

Color Harmonies of #A20EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EFF

Black with #A20EFF

Text Example


Text Example

White with #A20EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EFF; }

 p { color: rgb(162,14,255); }

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

background-color css

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

 a { background-color: rgb(162,14,255); }

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

border-color css

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

 span { border-color: rgb(162,14,255); }

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