Html Css Color HEX #A211FA Electric Purple

📋 copy color: '#A211FA'

red 162 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #A211FA

Tints of Electric Purple #A211FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 37.76%
G = 3.96%
B = 58.28%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A211FA (or 0xA211FA) is known color: Electric Purple. HEX triplet: A2, 11 and FA. RGB value is (162,17,250). Sum of RGB (Red+Green+Blue) = 162+17+250=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #A211FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211FA is #5DEE05. Grayscale: #565656. Windows color (decimal): -6155782 or 16388514. OLE color: 16388514.

HSL color Cylindrical-coordinate representation of color #A211FA: hue angle of 277.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A211FA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 17 250 -
CMYK 0.35 0.93 0 0.02
HSL 277.34º 0.96% 0.52% -
HSV(B) 277.34º 0.93% 0.98% -
XYZ 32.36 14.98 91.63 -
YUV 86.92 220.04 181.55 -
System Red Green Blue C M Y K H S L
Decimal 162 17 250 0.35 0.93 0 0.02 277.34 0.96 0.52
Hex A2 11 FA 23 5D 0 2 115 60 34
Octal 242 21 372 43 135 0 2 425 140 64
Binary 10100010 10001 11111010 100011 1011101 0 10 100010101 1100000 110100

Color Harmonies of #A211FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A211FA

Black with #A211FA

Text Example


Text Example

White with #A211FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A211FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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