Html Css Color HEX #A211FC Electric Purple

📋 copy color: '#A211FC'

red 162 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #A211FC

Tints of Electric Purple #A211FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 37.59%
G = 3.94%
B = 58.47%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A211FC (or 0xA211FC) is known color: Electric Purple. HEX triplet: A2, 11 and FC. RGB value is (162,17,252). Sum of RGB (Red+Green+Blue) = 162+17+252=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A211FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211FC is #5DEE03. Grayscale: #565656. Windows color (decimal): -6155780 or 16519586. OLE color: 16519586.

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

Color convert

RGB 162 17 252 -
CMYK 0.36 0.93 0 0.01
HSL 277.02º 0.98% 0.53% -
HSV(B) 277.02º 0.93% 0.99% -
XYZ 32.67 15.11 93.29 -
YUV 87.15 221.04 181.39 -
System Red Green Blue C M Y K H S L
Decimal 162 17 252 0.36 0.93 0 0.01 277.02 0.98 0.53
Hex A2 11 FC 24 5D 0 1 115 62 35
Octal 242 21 374 44 135 0 1 425 142 65
Binary 10100010 10001 11111100 100100 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A211FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211FC

Black with #A211FC

Text Example


Text Example

White with #A211FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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