Html Css Color HEX #A81AFD Electric Purple

📋 copy color: '#A81AFD'

red 168 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #A81AFD

Tints of Electric Purple #A81AFD

RGB

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

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

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

R = 37.58%
G = 5.82%
B = 56.6%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A81AFD (or 0xA81AFD) is known color: Electric Purple. HEX triplet: A8, 1A and FD. RGB value is (168,26,253). Sum of RGB (Red+Green+Blue) = 168+26+253=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #A81AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AFD is #57E502. Grayscale: #5D5D5D. Windows color (decimal): -5760259 or 16587432. OLE color: 16587432.

HSL color Cylindrical-coordinate representation of color #A81AFD: hue angle of 277.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81AFD is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 26 253 -
CMYK 0.34 0.90 0 0.01
HSL 277.53º 0.98% 0.55% -
HSV(B) 277.53º 0.9% 0.99% -
XYZ 34.25 16.16 94.24 -
YUV 94.34 217.54 180.54 -
System Red Green Blue C M Y K H S L
Decimal 168 26 253 0.34 0.90 0 0.01 277.53 0.98 0.55
Hex A8 1A FD 22 5A 0 1 116 62 37
Octal 250 32 375 42 132 0 1 426 142 67
Binary 10101000 11010 11111101 100010 1011010 0 1 100010110 1100010 110111

Color Harmonies of #A81AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AFD

Black with #A81AFD

Text Example


Text Example

White with #A81AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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