Html Css Color HEX #A81AF6 Electric Purple

📋 copy color: '#A81AF6'

red 168 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #A81AF6

Tints of Electric Purple #A81AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 38.18%
G = 5.91%
B = 55.91%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A81AF6 (or 0xA81AF6) is known color: Electric Purple. HEX triplet: A8, 1A and F6. RGB value is (168,26,246). Sum of RGB (Red+Green+Blue) = 168+26+246=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #A81AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AF6 is #57E509. Grayscale: #5C5C5C. Windows color (decimal): -5760266 or 16128680. OLE color: 16128680.

HSL color Cylindrical-coordinate representation of color #A81AF6: hue angle of 278.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AF6 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 26 246 -
CMYK 0.32 0.89 0 0.04
HSL 278.73º 0.92% 0.53% -
HSV(B) 278.73º 0.89% 0.96% -
XYZ 33.15 15.72 88.48 -
YUV 93.54 214.04 181.11 -
System Red Green Blue C M Y K H S L
Decimal 168 26 246 0.32 0.89 0 0.04 278.73 0.92 0.53
Hex A8 1A F6 20 59 0 4 117 5C 35
Octal 250 32 366 40 131 0 4 427 134 65
Binary 10101000 11010 11110110 100000 1011001 0 100 100010111 1011100 110101

Color Harmonies of #A81AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AF6

Black with #A81AF6

Text Example


Text Example

White with #A81AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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