Html Css Color HEX #A216FE Electric Purple

📋 copy color: '#A216FE'

red 162 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #A216FE

Tints of Electric Purple #A216FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 36.99%
G = 5.02%
B = 57.99%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A216FE (or 0xA216FE) is known color: Electric Purple. HEX triplet: A2, 16 and FE. RGB value is (162,22,254). Sum of RGB (Red+Green+Blue) = 162+22+254=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A216FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A216FE is #5DE901. Grayscale: #595959. Windows color (decimal): -6154498 or 16651938. OLE color: 16651938.

HSL color Cylindrical-coordinate representation of color #A216FE: hue angle of 276.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A216FE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 22 254 -
CMYK 0.36 0.91 0 0.00
HSL 276.21º 0.99% 0.54% -
HSV(B) 276.21º 0.91% 1% -
XYZ 33.08 15.41 95 -
YUV 90.31 220.38 179.14 -
System Red Green Blue C M Y K H S L
Decimal 162 22 254 0.36 0.91 0 0.00 276.21 0.99 0.54
Hex A2 16 FE 24 5B 0 0 114 63 36
Octal 242 26 376 44 133 0 0 424 143 66
Binary 10100010 10110 11111110 100100 1011011 0 0 100010100 1100011 110110

Color Harmonies of #A216FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216FE

Black with #A216FE

Text Example


Text Example

White with #A216FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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