Html Css Color HEX #A000FC Electric Purple

📋 copy color: '#A000FC'

red 160 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A000FC

Tints of Electric Purple #A000FC

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

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

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

R = 38.83%
G = 0%
B = 61.17%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A000FC (or 0xA000FC) is known color: Electric Purple. HEX triplet: A0, 00 and FC. RGB value is (160,0,252). Sum of RGB (Red+Green+Blue) = 160+0+252=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #A000FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000FC is #5FFF03. Grayscale: #4B4B4B. Windows color (decimal): -6291204 or 16515232. OLE color: 16515232.

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

Color convert

RGB 160 0 252 -
CMYK 0.37 1 0 0.01
HSL 278.1º 1% 0.49% -
HSV(B) 278.1º 1% 0.99% -
XYZ 32.07 14.5 93.2 -
YUV 76.57 227.01 187.51 -
System Red Green Blue C M Y K H S L
Decimal 160 0 252 0.37 1 0 0.01 278.1 1 0.49
Hex A0 0 FC 25 64 0 1 116 64 31
Octal 240 0 374 45 144 0 1 426 144 61
Binary 10100000 0 11111100 100101 1100100 0 1 100010110 1100100 110001

Color Harmonies of #A000FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000FC

Black with #A000FC

Text Example


Text Example

White with #A000FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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