Html Css Color HEX #A217FE Electric Purple

📋 copy color: '#A217FE'

red 162 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #A217FE

Tints of Electric Purple #A217FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.24%

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

R = 36.9%
G = 5.24%
B = 57.86%

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

#A217FE (or 0xA217FE) is known color: Electric Purple. HEX triplet: A2, 17 and FE. RGB value is (162,23,254). Sum of RGB (Red+Green+Blue) = 162+23+254=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A217FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217FE is #5DE801. Grayscale: #5A5A5A. Windows color (decimal): -6154242 or 16652194. OLE color: 16652194.

HSL color Cylindrical-coordinate representation of color #A217FE: hue angle of 276.1º 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 #A217FE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 23 254 -
CMYK 0.36 0.91 0 0.00
HSL 276.1º 0.99% 0.54% -
HSV(B) 276.1º 0.91% 1% -
XYZ 33.1 15.45 95 -
YUV 90.9 220.05 178.72 -
System Red Green Blue C M Y K H S L
Decimal 162 23 254 0.36 0.91 0 0.00 276.1 0.99 0.54
Hex A2 17 FE 24 5B 0 0 114 63 36
Octal 242 27 376 44 133 0 0 424 143 66
Binary 10100010 10111 11111110 100100 1011011 0 0 100010100 1100011 110110

Color Harmonies of #A217FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217FE

Black with #A217FE

Text Example


Text Example

White with #A217FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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