Html Css Color HEX #A811EE Electric Purple

📋 copy color: '#A811EE'

red 168 ◦ green 17 ◦ blue 238

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

Shades of Electric Purple #A811EE

Tints of Electric Purple #A811EE

RGB

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

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

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

R = 39.72%
G = 4.02%
B = 56.26%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A811EE (or 0xA811EE) is known color: Electric Purple. HEX triplet: A8, 11 and EE. RGB value is (168,17,238). Sum of RGB (Red+Green+Blue) = 168+17+238=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #A811EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811EE is #57EE11. Grayscale: #565656. Windows color (decimal): -5762578 or 15602088. OLE color: 15602088.

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

Color convert

RGB 168 17 238 -
CMYK 0.29 0.93 0 0.07
HSL 281º 0.87% 0.5% -
HSV(B) 281º 0.93% 0.93% -
XYZ 31.78 14.9 82.09 -
YUV 87.34 213.03 185.53 -
System Red Green Blue C M Y K H S L
Decimal 168 17 238 0.29 0.93 0 0.07 281 0.87 0.5
Hex A8 11 EE 1D 5D 0 7 119 57 32
Octal 250 21 356 35 135 0 7 431 127 62
Binary 10101000 10001 11101110 11101 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A811EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811EE

Black with #A811EE

Text Example


Text Example

White with #A811EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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