Html Css Color HEX #A811FF Electric Purple

📋 copy color: '#A811FF'

red 168 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A811FF

Tints of Electric Purple #A811FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 38.18%
G = 3.86%
B = 57.95%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A811FF (or 0xA811FF) is known color: Electric Purple. HEX triplet: A8, 11 and FF. RGB value is (168,17,255). Sum of RGB (Red+Green+Blue) = 168+17+255=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A811FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FF is #57EE00. Grayscale: #585858. Windows color (decimal): -5762561 or 16716200. OLE color: 16716200.

HSL color Cylindrical-coordinate representation of color #A811FF: hue angle of 278.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A811FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 17 255 -
CMYK 0.34 0.93 0 0
HSL 278.07º 1% 0.53% -
HSV(B) 278.07º 0.93% 1% -
XYZ 34.4 15.95 95.87 -
YUV 89.28 221.53 184.15 -
System Red Green Blue C M Y K H S L
Decimal 168 17 255 0.34 0.93 0 0 278.07 1 0.53
Hex A8 11 FF 22 5D 0 0 116 64 35
Octal 250 21 377 42 135 0 0 426 144 65
Binary 10101000 10001 11111111 100010 1011101 0 0 100010110 1100100 110101

Color Harmonies of #A811FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811FF

Black with #A811FF

Text Example


Text Example

White with #A811FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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