Html Css Color HEX #A100FF Electric Purple

📋 copy color: '#A100FF'

red 161 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #A100FF

Tints of Electric Purple #A100FF

RGB

 RED value IS 161 (63.28% from 255) = 38.7%

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

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

R = 38.7%
G = 0%
B = 61.3%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A100FF (or 0xA100FF) is known color: Electric Purple. HEX triplet: A1, 00 and FF. RGB value is (161,0,255). Sum of RGB (Red+Green+Blue) = 161+0+255=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #A100FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100FF is #5EFF00. Grayscale: #4C4C4C. Windows color (decimal): -6225665 or 16711841. OLE color: 16711841.

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

Color convert

RGB 161 0 255 -
CMYK 0.37 1 0 0
HSL 277.88º 1% 0.5% -
HSV(B) 277.88º 1% 1% -
XYZ 32.75 14.8 95.74 -
YUV 77.21 228.34 187.77 -
System Red Green Blue C M Y K H S L
Decimal 161 0 255 0.37 1 0 0 277.88 1 0.5
Hex A1 0 FF 25 64 0 0 116 64 32
Octal 241 0 377 45 144 0 0 426 144 62
Binary 10100001 0 11111111 100101 1100100 0 0 100010110 1100100 110010

Color Harmonies of #A100FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100FF

Black with #A100FF

Text Example


Text Example

White with #A100FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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