Html Css Color HEX #A81EFC Electric Purple

📋 copy color: '#A81EFC'

red 168 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #A81EFC

Tints of Electric Purple #A81EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

 BLUE value IS 252 (98.83% from 255) = 56%

R = 37.33%
G = 6.67%
B = 56%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A81EFC (or 0xA81EFC) is known color: Electric Purple. HEX triplet: A8, 1E and FC. RGB value is (168,30,252). Sum of RGB (Red+Green+Blue) = 168+30+252=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #A81EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EFC is #57E103. Grayscale: #5F5F5F. Windows color (decimal): -5759236 or 16522920. OLE color: 16522920.

HSL color Cylindrical-coordinate representation of color #A81EFC: hue angle of 277.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81EFC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 30 252 -
CMYK 0.33 0.88 0 0.01
HSL 277.3º 0.97% 0.55% -
HSV(B) 277.3º 0.88% 0.99% -
XYZ 34.18 16.28 93.44 -
YUV 96.57 215.72 178.95 -
System Red Green Blue C M Y K H S L
Decimal 168 30 252 0.33 0.88 0 0.01 277.3 0.97 0.55
Hex A8 1E FC 21 58 0 1 115 61 37
Octal 250 36 374 41 130 0 1 425 141 67
Binary 10101000 11110 11111100 100001 1011000 0 1 100010101 1100001 110111

Color Harmonies of #A81EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EFC

Black with #A81EFC

Text Example


Text Example

White with #A81EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EFC; }

 p { color: rgb(168,30,252); }

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

background-color css

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

 a { background-color: rgb(168,30,252); }

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

border-color css

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

 span { border-color: rgb(168,30,252); }

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