Html Css Color HEX #A216FA Electric Purple

📋 copy color: '#A216FA'

red 162 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #A216FA

Tints of Electric Purple #A216FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.07%

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

R = 37.33%
G = 5.07%
B = 57.6%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A216FA (or 0xA216FA) is known color: Electric Purple. HEX triplet: A2, 16 and FA. RGB value is (162,22,250). Sum of RGB (Red+Green+Blue) = 162+22+250=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #A216FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A216FA is #5DE905. Grayscale: #595959. Windows color (decimal): -6154502 or 16389794. OLE color: 16389794.

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

Color convert

RGB 162 22 250 -
CMYK 0.35 0.91 0 0.02
HSL 276.84º 0.96% 0.53% -
HSV(B) 276.84º 0.91% 0.98% -
XYZ 32.44 15.16 91.66 -
YUV 89.85 218.38 179.46 -
System Red Green Blue C M Y K H S L
Decimal 162 22 250 0.35 0.91 0 0.02 276.84 0.96 0.53
Hex A2 16 FA 23 5B 0 2 115 60 35
Octal 242 26 372 43 133 0 2 425 140 65
Binary 10100010 10110 11111010 100011 1011011 0 10 100010101 1100000 110101

Color Harmonies of #A216FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216FA

Black with #A216FA

Text Example


Text Example

White with #A216FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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