Html Css Color HEX #A801EB Electric Purple

📋 copy color: '#A801EB'

red 168 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #A801EB

Tints of Electric Purple #A801EB

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

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

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

R = 41.58%
G = 0.25%
B = 58.17%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A801EB (or 0xA801EB) is known color: Electric Purple. HEX triplet: A8, 01 and EB. RGB value is (168,1,235). Sum of RGB (Red+Green+Blue) = 168+1+235=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #A801EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A801EB is #57FE14. Grayscale: #4C4C4C. Windows color (decimal): -5766677 or 15401384. OLE color: 15401384.

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

Color convert

RGB 168 1 235 -
CMYK 0.29 1.00 0 0.08
HSL 282.82º 0.99% 0.46% -
HSV(B) 282.82º 1% 0.92% -
XYZ 31.15 14.34 79.72 -
YUV 77.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 168 1 235 0.29 1.00 0 0.08 282.82 0.99 0.46
Hex A8 1 EB 1D 64 0 8 11B 63 2E
Octal 250 1 353 35 144 0 10 433 143 56
Binary 10101000 1 11101011 11101 1100100 0 1000 100011011 1100011 101110

Color Harmonies of #A801EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801EB

Black with #A801EB

Text Example


Text Example

White with #A801EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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