Html Css Color HEX #A200FC Electric Purple

📋 copy color: '#A200FC'

red 162 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A200FC

Tints of Electric Purple #A200FC

RGB

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

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

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

R = 39.13%
G = 0%
B = 60.87%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A200FC (or 0xA200FC) is known color: Electric Purple. HEX triplet: A2, 00 and FC. RGB value is (162,0,252). Sum of RGB (Red+Green+Blue) = 162+0+252=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #A200FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200FC is #5DFF03. Grayscale: #4C4C4C. Windows color (decimal): -6160132 or 16515234. OLE color: 16515234.

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

Color convert

RGB 162 0 252 -
CMYK 0.36 1 0 0.01
HSL 278.57º 1% 0.49% -
HSV(B) 278.57º 1% 0.99% -
XYZ 32.47 14.71 93.22 -
YUV 77.17 226.67 188.51 -
System Red Green Blue C M Y K H S L
Decimal 162 0 252 0.36 1 0 0.01 278.57 1 0.49
Hex A2 0 FC 24 64 0 1 117 64 31
Octal 242 0 374 44 144 0 1 427 144 61
Binary 10100010 0 11111100 100100 1100100 0 1 100010111 1100100 110001

Color Harmonies of #A200FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200FC

Black with #A200FC

Text Example


Text Example

White with #A200FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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