Html Css Color HEX #A901EA Electric Purple

📋 copy color: '#A901EA'

red 169 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #A901EA

Tints of Electric Purple #A901EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 41.83%
G = 0.25%
B = 57.92%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A901EA (or 0xA901EA) is known color: Electric Purple. HEX triplet: A9, 01 and EA. RGB value is (169,1,234). Sum of RGB (Red+Green+Blue) = 169+1+234=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #A901EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901EA is #56FE15. Grayscale: #4D4D4D. Windows color (decimal): -5701142 or 15335849. OLE color: 15335849.

HSL color Cylindrical-coordinate representation of color #A901EA: hue angle of 283.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901EA is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 1 234 -
CMYK 0.28 1.00 0 0.08
HSL 283.26º 0.99% 0.46% -
HSV(B) 283.26º 1% 0.92% -
XYZ 31.22 14.4 78.98 -
YUV 77.79 216.16 193.05 -
System Red Green Blue C M Y K H S L
Decimal 169 1 234 0.28 1.00 0 0.08 283.26 0.99 0.46
Hex A9 1 EA 1C 64 0 8 11B 63 2E
Octal 251 1 352 34 144 0 10 433 143 56
Binary 10101001 1 11101010 11100 1100100 0 1000 100011011 1100011 101110

Color Harmonies of #A901EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901EA

Black with #A901EA

Text Example


Text Example

White with #A901EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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