Html Css Color HEX #A215FD Electric Purple

📋 copy color: '#A215FD'

red 162 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #A215FD

Tints of Electric Purple #A215FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 37.16%
G = 4.82%
B = 58.03%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A215FD (or 0xA215FD) is known color: Electric Purple. HEX triplet: A2, 15 and FD. RGB value is (162,21,253). Sum of RGB (Red+Green+Blue) = 162+21+253=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #A215FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215FD is #5DEA02. Grayscale: #585858. Windows color (decimal): -6154755 or 16586146. OLE color: 16586146.

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

Color convert

RGB 162 21 253 -
CMYK 0.36 0.92 0 0.01
HSL 276.47º 0.98% 0.54% -
HSV(B) 276.47º 0.92% 0.99% -
XYZ 32.9 15.31 94.15 -
YUV 89.61 220.21 179.64 -
System Red Green Blue C M Y K H S L
Decimal 162 21 253 0.36 0.92 0 0.01 276.47 0.98 0.54
Hex A2 15 FD 24 5C 0 1 114 62 36
Octal 242 25 375 44 134 0 1 424 142 66
Binary 10100010 10101 11111101 100100 1011100 0 1 100010100 1100010 110110

Color Harmonies of #A215FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215FD

Black with #A215FD

Text Example


Text Example

White with #A215FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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