Html Css Color HEX #A215FF Electric Purple

📋 copy color: '#A215FF'

red 162 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #A215FF

Tints of Electric Purple #A215FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.22%

R = 36.99%
G = 4.79%
B = 58.22%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A215FF (or 0xA215FF) is known color: Electric Purple. HEX triplet: A2, 15 and FF. RGB value is (162,21,255). Sum of RGB (Red+Green+Blue) = 162+21+255=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A215FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215FF is #5DEA00. Grayscale: #595959. Windows color (decimal): -6154753 or 16717218. OLE color: 16717218.

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

Color convert

RGB 162 21 255 -
CMYK 0.36 0.92 0 0
HSL 276.15º 1% 0.54% -
HSV(B) 276.15º 0.92% 1% -
XYZ 33.22 15.44 95.84 -
YUV 89.84 221.21 179.47 -
System Red Green Blue C M Y K H S L
Decimal 162 21 255 0.36 0.92 0 0 276.15 1 0.54
Hex A2 15 FF 24 5C 0 0 114 64 36
Octal 242 25 377 44 134 0 0 424 144 66
Binary 10100010 10101 11111111 100100 1011100 0 0 100010100 1100100 110110

Color Harmonies of #A215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215FF

Black with #A215FF

Text Example


Text Example

White with #A215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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