Html Css Color HEX #A200FF Electric Purple

📋 copy color: '#A200FF'

red 162 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #A200FF

Tints of Electric Purple #A200FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 38.85%
G = 0%
B = 61.15%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A200FF (or 0xA200FF) is known color: Electric Purple. HEX triplet: A2, 00 and FF. RGB value is (162,0,255). Sum of RGB (Red+Green+Blue) = 162+0+255=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #A200FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200FF is #5DFF00. Grayscale: #4C4C4C. Windows color (decimal): -6160129 or 16711842. OLE color: 16711842.

HSL color Cylindrical-coordinate representation of color #A200FF: hue angle of 278.12º 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 #A200FF is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 0 255 -
CMYK 0.36 1 0 0
HSL 278.12º 1% 0.5% -
HSV(B) 278.12º 1% 1% -
XYZ 32.95 14.9 95.75 -
YUV 77.51 228.17 188.27 -
System Red Green Blue C M Y K H S L
Decimal 162 0 255 0.36 1 0 0 278.12 1 0.5
Hex A2 0 FF 24 64 0 0 116 64 32
Octal 242 0 377 44 144 0 0 426 144 62
Binary 10100010 0 11111111 100100 1100100 0 0 100010110 1100100 110010

Color Harmonies of #A200FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200FF

Black with #A200FF

Text Example


Text Example

White with #A200FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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