Html Css Color HEX #A916EE Electric Purple

📋 copy color: '#A916EE'

red 169 ◦ green 22 ◦ blue 238

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

Shades of Electric Purple #A916EE

Tints of Electric Purple #A916EE

RGB

 RED value IS 169 (66.41% from 255) = 39.39%

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 39.39%
G = 5.13%
B = 55.48%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A916EE (or 0xA916EE) is known color: Electric Purple. HEX triplet: A9, 16 and EE. RGB value is (169,22,238). Sum of RGB (Red+Green+Blue) = 169+22+238=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #A916EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A916EE is #56E911. Grayscale: #595959. Windows color (decimal): -5695762 or 15603369. OLE color: 15603369.

HSL color Cylindrical-coordinate representation of color #A916EE: hue angle of 280.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A916EE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 22 238 -
CMYK 0.29 0.91 0 0.07
HSL 280.83º 0.86% 0.51% -
HSV(B) 280.83º 0.91% 0.93% -
XYZ 32.08 15.18 82.13 -
YUV 90.58 211.2 183.94 -
System Red Green Blue C M Y K H S L
Decimal 169 22 238 0.29 0.91 0 0.07 280.83 0.86 0.51
Hex A9 16 EE 1D 5B 0 7 119 56 33
Octal 251 26 356 35 133 0 7 431 126 63
Binary 10101001 10110 11101110 11101 1011011 0 111 100011001 1010110 110011

Color Harmonies of #A916EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916EE

Black with #A916EE

Text Example


Text Example

White with #A916EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916EE; }

 p { color: rgb(169,22,238); }

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

background-color css

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

 a { background-color: rgb(169,22,238); }

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

border-color css

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

 span { border-color: rgb(169,22,238); }

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