Html Css Color HEX #A81CF6 Electric Purple

📋 copy color: '#A81CF6'

red 168 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #A81CF6

Tints of Electric Purple #A81CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.33%

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

R = 38.01%
G = 6.33%
B = 55.66%

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

#A81CF6 (or 0xA81CF6) is known color: Electric Purple. HEX triplet: A8, 1C and F6. RGB value is (168,28,246). Sum of RGB (Red+Green+Blue) = 168+28+246=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #A81CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CF6 is #57E309. Grayscale: #5D5D5D. Windows color (decimal): -5759754 or 16129192. OLE color: 16129192.

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

Color convert

RGB 168 28 246 -
CMYK 0.32 0.89 0 0.04
HSL 278.53º 0.92% 0.54% -
HSV(B) 278.53º 0.89% 0.96% -
XYZ 33.2 15.81 88.49 -
YUV 94.71 213.38 180.27 -
System Red Green Blue C M Y K H S L
Decimal 168 28 246 0.32 0.89 0 0.04 278.53 0.92 0.54
Hex A8 1C F6 20 59 0 4 117 5C 36
Octal 250 34 366 40 131 0 4 427 134 66
Binary 10101000 11100 11110110 100000 1011001 0 100 100010111 1011100 110110

Color Harmonies of #A81CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CF6

Black with #A81CF6

Text Example


Text Example

White with #A81CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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