Html Css Color HEX #A20BFE Electric Purple

📋 copy color: '#A20BFE'

red 162 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A20BFE

Tints of Electric Purple #A20BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.58%

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 37.94%
G = 2.58%
B = 59.48%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A20BFE (or 0xA20BFE) is known color: Electric Purple. HEX triplet: A2, 0B and FE. RGB value is (162,11,254). Sum of RGB (Red+Green+Blue) = 162+11+254=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A20BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BFE is #5DF401. Grayscale: #535353. Windows color (decimal): -6157314 or 16649122. OLE color: 16649122.

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

Color convert

RGB 162 11 254 -
CMYK 0.36 0.96 0 0.00
HSL 277.28º 0.99% 0.52% -
HSV(B) 277.28º 0.96% 1% -
XYZ 32.91 15.08 94.94 -
YUV 83.85 224.03 183.74 -
System Red Green Blue C M Y K H S L
Decimal 162 11 254 0.36 0.96 0 0.00 277.28 0.99 0.52
Hex A2 B FE 24 60 0 0 115 63 34
Octal 242 13 376 44 140 0 0 425 143 64
Binary 10100010 1011 11111110 100100 1100000 0 0 100010101 1100011 110100

Color Harmonies of #A20BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BFE

Black with #A20BFE

Text Example


Text Example

White with #A20BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BFE; }

 p { color: rgb(162,11,254); }

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

background-color css

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

 a { background-color: rgb(162,11,254); }

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

border-color css

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

 span { border-color: rgb(162,11,254); }

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