Html Css Color HEX #A81EFD Electric Purple

📋 copy color: '#A81EFD'

red 168 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #A81EFD

Tints of Electric Purple #A81EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 37.25%
G = 6.65%
B = 56.1%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A81EFD (or 0xA81EFD) is known color: Electric Purple. HEX triplet: A8, 1E and FD. RGB value is (168,30,253). Sum of RGB (Red+Green+Blue) = 168+30+253=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #A81EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EFD is #57E102. Grayscale: #5F5F5F. Windows color (decimal): -5759235 or 16588456. OLE color: 16588456.

HSL color Cylindrical-coordinate representation of color #A81EFD: hue angle of 277.13º degrees, saturation: 0.98, 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 #A81EFD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 30 253 -
CMYK 0.34 0.88 0 0.01
HSL 277.13º 0.98% 0.55% -
HSV(B) 277.13º 0.88% 0.99% -
XYZ 34.34 16.35 94.27 -
YUV 96.68 216.22 178.87 -
System Red Green Blue C M Y K H S L
Decimal 168 30 253 0.34 0.88 0 0.01 277.13 0.98 0.55
Hex A8 1E FD 22 58 0 1 115 62 37
Octal 250 36 375 42 130 0 1 425 142 67
Binary 10101000 11110 11111101 100010 1011000 0 1 100010101 1100010 110111

Color Harmonies of #A81EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EFD

Black with #A81EFD

Text Example


Text Example

White with #A81EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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