Html Css Color HEX #A81AFA Electric Purple

📋 copy color: '#A81AFA'

red 168 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #A81AFA

Tints of Electric Purple #A81AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 37.84%
G = 5.86%
B = 56.31%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A81AFA (or 0xA81AFA) is known color: Electric Purple. HEX triplet: A8, 1A and FA. RGB value is (168,26,250). Sum of RGB (Red+Green+Blue) = 168+26+250=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #A81AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AFA is #57E505. Grayscale: #5D5D5D. Windows color (decimal): -5760262 or 16390824. OLE color: 16390824.

HSL color Cylindrical-coordinate representation of color #A81AFA: hue angle of 278.04º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81AFA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 26 250 -
CMYK 0.33 0.90 0 0.02
HSL 278.04º 0.96% 0.54% -
HSV(B) 278.04º 0.9% 0.98% -
XYZ 33.77 15.97 91.74 -
YUV 93.99 216.04 180.79 -
System Red Green Blue C M Y K H S L
Decimal 168 26 250 0.33 0.90 0 0.02 278.04 0.96 0.54
Hex A8 1A FA 21 5A 0 2 116 60 36
Octal 250 32 372 41 132 0 2 426 140 66
Binary 10101000 11010 11111010 100001 1011010 0 10 100010110 1100000 110110

Color Harmonies of #A81AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AFA

Black with #A81AFA

Text Example


Text Example

White with #A81AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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