Html Css Color HEX #A901EB Electric Purple

📋 copy color: '#A901EB'

red 169 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #A901EB

Tints of Electric Purple #A901EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 41.73%
G = 0.25%
B = 58.02%

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

#A901EB (or 0xA901EB) is known color: Electric Purple. HEX triplet: A9, 01 and EB. RGB value is (169,1,235). Sum of RGB (Red+Green+Blue) = 169+1+235=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #A901EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901EB is #56FE14. Grayscale: #4D4D4D. Windows color (decimal): -5701141 or 15401385. OLE color: 15401385.

HSL color Cylindrical-coordinate representation of color #A901EB: hue angle of 283.08º 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 #A901EB is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 1 235 -
CMYK 0.28 1.00 0 0.08
HSL 283.08º 0.99% 0.46% -
HSV(B) 283.08º 1% 0.92% -
XYZ 31.37 14.45 79.73 -
YUV 77.91 216.66 192.97 -
System Red Green Blue C M Y K H S L
Decimal 169 1 235 0.28 1.00 0 0.08 283.08 0.99 0.46
Hex A9 1 EB 1C 64 0 8 11B 63 2E
Octal 251 1 353 34 144 0 10 433 143 56
Binary 10101001 1 11101011 11100 1100100 0 1000 100011011 1100011 101110

Color Harmonies of #A901EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901EB

Black with #A901EB

Text Example


Text Example

White with #A901EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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