Html Css Color HEX #A215FC Electric Purple

📋 copy color: '#A215FC'

red 162 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #A215FC

Tints of Electric Purple #A215FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 37.24%
G = 4.83%
B = 57.93%

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

#A215FC (or 0xA215FC) is known color: Electric Purple. HEX triplet: A2, 15 and FC. RGB value is (162,21,252). Sum of RGB (Red+Green+Blue) = 162+21+252=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A215FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215FC is #5DEA03. Grayscale: #585858. Windows color (decimal): -6154756 or 16520610. OLE color: 16520610.

HSL color Cylindrical-coordinate representation of color #A215FC: hue angle of 276.62º degrees, saturation: 0.97, 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 #A215FC is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 21 252 -
CMYK 0.36 0.92 0 0.01
HSL 276.62º 0.97% 0.54% -
HSV(B) 276.62º 0.92% 0.99% -
XYZ 32.74 15.25 93.31 -
YUV 89.49 219.71 179.72 -
System Red Green Blue C M Y K H S L
Decimal 162 21 252 0.36 0.92 0 0.01 276.62 0.97 0.54
Hex A2 15 FC 24 5C 0 1 115 61 36
Octal 242 25 374 44 134 0 1 425 141 66
Binary 10100010 10101 11111100 100100 1011100 0 1 100010101 1100001 110110

Color Harmonies of #A215FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215FC

Black with #A215FC

Text Example


Text Example

White with #A215FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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