Html Css Color HEX #A811EB Electric Purple

📋 copy color: '#A811EB'

red 168 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #A811EB

Tints of Electric Purple #A811EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

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

R = 40%
G = 4.05%
B = 55.95%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A811EB (or 0xA811EB) is known color: Electric Purple. HEX triplet: A8, 11 and EB. RGB value is (168,17,235). Sum of RGB (Red+Green+Blue) = 168+17+235=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #A811EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811EB is #57EE14. Grayscale: #565656. Windows color (decimal): -5762581 or 15405480. OLE color: 15405480.

HSL color Cylindrical-coordinate representation of color #A811EB: hue angle of 281.56º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A811EB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 17 235 -
CMYK 0.29 0.93 0 0.08
HSL 281.56º 0.87% 0.49% -
HSV(B) 281.56º 0.93% 0.92% -
XYZ 31.34 14.72 79.79 -
YUV 87 211.53 185.77 -
System Red Green Blue C M Y K H S L
Decimal 168 17 235 0.29 0.93 0 0.08 281.56 0.87 0.49
Hex A8 11 EB 1D 5D 0 8 11A 57 31
Octal 250 21 353 35 135 0 10 432 127 61
Binary 10101000 10001 11101011 11101 1011101 0 1000 100011010 1010111 110001

Color Harmonies of #A811EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811EB

Black with #A811EB

Text Example


Text Example

White with #A811EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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