Html Css Color HEX #A20EFC Electric Purple

📋 copy color: '#A20EFC'

red 162 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #A20EFC

Tints of Electric Purple #A20EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 37.85%
G = 3.27%
B = 58.88%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A20EFC (or 0xA20EFC) is known color: Electric Purple. HEX triplet: A2, 0E and FC. RGB value is (162,14,252). Sum of RGB (Red+Green+Blue) = 162+14+252=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #A20EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EFC is #5DF103. Grayscale: #545454. Windows color (decimal): -6156548 or 16518818. OLE color: 16518818.

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

Color convert

RGB 162 14 252 -
CMYK 0.36 0.94 0 0.01
HSL 277.31º 0.98% 0.52% -
HSV(B) 277.31º 0.94% 0.99% -
XYZ 32.63 15.02 93.28 -
YUV 85.38 222.03 182.65 -
System Red Green Blue C M Y K H S L
Decimal 162 14 252 0.36 0.94 0 0.01 277.31 0.98 0.52
Hex A2 E FC 24 5E 0 1 115 62 34
Octal 242 16 374 44 136 0 1 425 142 64
Binary 10100010 1110 11111100 100100 1011110 0 1 100010101 1100010 110100

Color Harmonies of #A20EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EFC

Black with #A20EFC

Text Example


Text Example

White with #A20EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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