Html Css Color HEX #A100FC Electric Purple

📋 copy color: '#A100FC'

red 161 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A100FC

Tints of Electric Purple #A100FC

RGB

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

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

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

R = 38.98%
G = 0%
B = 61.02%

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

#A100FC (or 0xA100FC) is known color: Electric Purple. HEX triplet: A1, 00 and FC. RGB value is (161,0,252). Sum of RGB (Red+Green+Blue) = 161+0+252=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #A100FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100FC is #5EFF03. Grayscale: #4C4C4C. Windows color (decimal): -6225668 or 16515233. OLE color: 16515233.

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

Color convert

RGB 161 0 252 -
CMYK 0.36 1 0 0.01
HSL 278.33º 1% 0.49% -
HSV(B) 278.33º 1% 0.99% -
XYZ 32.27 14.61 93.21 -
YUV 76.87 226.84 188.01 -
System Red Green Blue C M Y K H S L
Decimal 161 0 252 0.36 1 0 0.01 278.33 1 0.49
Hex A1 0 FC 24 64 0 1 116 64 31
Octal 241 0 374 44 144 0 1 426 144 61
Binary 10100001 0 11111100 100100 1100100 0 1 100010110 1100100 110001

Color Harmonies of #A100FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100FC

Black with #A100FC

Text Example


Text Example

White with #A100FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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