Html Css Color HEX #A216FF Electric Purple

📋 copy color: '#A216FF'

red 162 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #A216FF

Tints of Electric Purple #A216FF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.01%

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

R = 36.9%
G = 5.01%
B = 58.09%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A216FF (or 0xA216FF) is known color: Electric Purple. HEX triplet: A2, 16 and FF. RGB value is (162,22,255). Sum of RGB (Red+Green+Blue) = 162+22+255=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A216FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A216FF is #5DE900. Grayscale: #595959. Windows color (decimal): -6154497 or 16717474. OLE color: 16717474.

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

Color convert

RGB 162 22 255 -
CMYK 0.36 0.91 0 0
HSL 276.05º 1% 0.54% -
HSV(B) 276.05º 0.91% 1% -
XYZ 33.24 15.48 95.84 -
YUV 90.42 220.88 179.05 -
System Red Green Blue C M Y K H S L
Decimal 162 22 255 0.36 0.91 0 0 276.05 1 0.54
Hex A2 16 FF 24 5B 0 0 114 64 36
Octal 242 26 377 44 133 0 0 424 144 66
Binary 10100010 10110 11111111 100100 1011011 0 0 100010100 1100100 110110

Color Harmonies of #A216FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A216FF

Black with #A216FF

Text Example


Text Example

White with #A216FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A216FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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