Html Css Color HEX #A901EE Electric Purple

📋 copy color: '#A901EE'

red 169 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #A901EE

Tints of Electric Purple #A901EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 41.42%
G = 0.25%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A901EE (or 0xA901EE) is known color: Electric Purple. HEX triplet: A9, 01 and EE. RGB value is (169,1,238). Sum of RGB (Red+Green+Blue) = 169+1+238=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #A901EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901EE is #56FE11. Grayscale: #4D4D4D. Windows color (decimal): -5701138 or 15597993. OLE color: 15597993.

HSL color Cylindrical-coordinate representation of color #A901EE: hue angle of 282.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901EE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 1 238 -
CMYK 0.29 1.00 0 0.07
HSL 282.53º 0.99% 0.47% -
HSV(B) 282.53º 1% 0.93% -
XYZ 31.81 14.63 82.04 -
YUV 78.25 218.16 192.73 -
System Red Green Blue C M Y K H S L
Decimal 169 1 238 0.29 1.00 0 0.07 282.53 0.99 0.47
Hex A9 1 EE 1D 64 0 7 11B 63 2F
Octal 251 1 356 35 144 0 7 433 143 57
Binary 10101001 1 11101110 11101 1100100 0 111 100011011 1100011 101111

Color Harmonies of #A901EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901EE

Black with #A901EE

Text Example


Text Example

White with #A901EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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