Html Css Color HEX #A215FE Electric Purple

📋 copy color: '#A215FE'

red 162 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #A215FE

Tints of Electric Purple #A215FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.81%

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

R = 37.07%
G = 4.81%
B = 58.12%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A215FE (or 0xA215FE) is known color: Electric Purple. HEX triplet: A2, 15 and FE. RGB value is (162,21,254). Sum of RGB (Red+Green+Blue) = 162+21+254=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A215FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215FE is #5DEA01. Grayscale: #585858. Windows color (decimal): -6154754 or 16651682. OLE color: 16651682.

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

Color convert

RGB 162 21 254 -
CMYK 0.36 0.92 0 0.00
HSL 276.31º 0.99% 0.54% -
HSV(B) 276.31º 0.92% 1% -
XYZ 33.06 15.37 94.99 -
YUV 89.72 220.71 179.55 -
System Red Green Blue C M Y K H S L
Decimal 162 21 254 0.36 0.92 0 0.00 276.31 0.99 0.54
Hex A2 15 FE 24 5C 0 0 114 63 36
Octal 242 25 376 44 134 0 0 424 143 66
Binary 10100010 10101 11111110 100100 1011100 0 0 100010100 1100011 110110

Color Harmonies of #A215FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215FE

Black with #A215FE

Text Example


Text Example

White with #A215FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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