Html Css Color HEX #A81AFE Electric Purple

📋 copy color: '#A81AFE'

red 168 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #A81AFE

Tints of Electric Purple #A81AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.8%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 37.5%
G = 5.8%
B = 56.7%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A81AFE (or 0xA81AFE) is known color: Electric Purple. HEX triplet: A8, 1A and FE. RGB value is (168,26,254). Sum of RGB (Red+Green+Blue) = 168+26+254=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #A81AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AFE is #57E501. Grayscale: #5D5D5D. Windows color (decimal): -5760258 or 16652968. OLE color: 16652968.

HSL color Cylindrical-coordinate representation of color #A81AFE: hue angle of 277.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81AFE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 26 254 -
CMYK 0.34 0.90 0 0.00
HSL 277.37º 0.99% 0.55% -
HSV(B) 277.37º 0.9% 1% -
XYZ 34.41 16.22 95.08 -
YUV 94.45 218.04 180.46 -
System Red Green Blue C M Y K H S L
Decimal 168 26 254 0.34 0.90 0 0.00 277.37 0.99 0.55
Hex A8 1A FE 22 5A 0 0 115 63 37
Octal 250 32 376 42 132 0 0 425 143 67
Binary 10101000 11010 11111110 100010 1011010 0 0 100010101 1100011 110111

Color Harmonies of #A81AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AFE

Black with #A81AFE

Text Example


Text Example

White with #A81AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AFE; }

 p { color: rgb(168,26,254); }

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

background-color css

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

 a { background-color: rgb(168,26,254); }

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

border-color css

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

 span { border-color: rgb(168,26,254); }

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