Html Css Color HEX #A200FE Electric Purple

📋 copy color: '#A200FE'

red 162 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #A200FE

Tints of Electric Purple #A200FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.94%
G = 0%
B = 61.06%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A200FE (or 0xA200FE) is known color: Electric Purple. HEX triplet: A2, 00 and FE. RGB value is (162,0,254). Sum of RGB (Red+Green+Blue) = 162+0+254=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #A200FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200FE is #5DFF01. Grayscale: #4C4C4C. Windows color (decimal): -6160130 or 16646306. OLE color: 16646306.

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

Color convert

RGB 162 0 254 -
CMYK 0.36 1 0 0.00
HSL 278.27º 1% 0.5% -
HSV(B) 278.27º 1% 1% -
XYZ 32.79 14.84 94.9 -
YUV 77.39 227.67 188.35 -
System Red Green Blue C M Y K H S L
Decimal 162 0 254 0.36 1 0 0.00 278.27 1 0.5
Hex A2 0 FE 24 64 0 0 116 64 32
Octal 242 0 376 44 144 0 0 426 144 62
Binary 10100010 0 11111110 100100 1100100 0 0 100010110 1100100 110010

Color Harmonies of #A200FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200FE

Black with #A200FE

Text Example


Text Example

White with #A200FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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