Html Css Color HEX #A20FFA Electric Purple

📋 copy color: '#A20FFA'

red 162 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A20FFA

Tints of Electric Purple #A20FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 37.94%
G = 3.51%
B = 58.55%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A20FFA (or 0xA20FFA) is known color: Electric Purple. HEX triplet: A2, 0F and FA. RGB value is (162,15,250). Sum of RGB (Red+Green+Blue) = 162+15+250=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #A20FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FFA is #5DF005. Grayscale: #545454. Windows color (decimal): -6156294 or 16388002. OLE color: 16388002.

HSL color Cylindrical-coordinate representation of color #A20FFA: hue angle of 277.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FFA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 15 250 -
CMYK 0.35 0.94 0 0.02
HSL 277.53º 0.96% 0.52% -
HSV(B) 277.53º 0.94% 0.98% -
XYZ 32.33 14.93 91.62 -
YUV 85.74 220.7 182.39 -
System Red Green Blue C M Y K H S L
Decimal 162 15 250 0.35 0.94 0 0.02 277.53 0.96 0.52
Hex A2 F FA 23 5E 0 2 116 60 34
Octal 242 17 372 43 136 0 2 426 140 64
Binary 10100010 1111 11111010 100011 1011110 0 10 100010110 1100000 110100

Color Harmonies of #A20FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FFA

Black with #A20FFA

Text Example


Text Example

White with #A20FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FFA; }

 p { color: rgb(162,15,250); }

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

background-color css

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

 a { background-color: rgb(162,15,250); }

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

border-color css

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

 span { border-color: rgb(162,15,250); }

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