Html Css Color HEX #A818FE Electric Purple

📋 copy color: '#A818FE'

red 168 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #A818FE

Tints of Electric Purple #A818FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.38%

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 37.67%
G = 5.38%
B = 56.95%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A818FE (or 0xA818FE) is known color: Electric Purple. HEX triplet: A8, 18 and FE. RGB value is (168,24,254). Sum of RGB (Red+Green+Blue) = 168+24+254=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A818FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FE is #57E701. Grayscale: #5C5C5C. Windows color (decimal): -5760770 or 16652456. OLE color: 16652456.

HSL color Cylindrical-coordinate representation of color #A818FE: hue angle of 277.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A818FE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 24 254 -
CMYK 0.34 0.91 0 0.00
HSL 277.57º 0.99% 0.55% -
HSV(B) 277.57º 0.91% 1% -
XYZ 34.36 16.13 95.07 -
YUV 93.28 218.71 181.3 -
System Red Green Blue C M Y K H S L
Decimal 168 24 254 0.34 0.91 0 0.00 277.57 0.99 0.55
Hex A8 18 FE 22 5B 0 0 116 63 37
Octal 250 30 376 42 133 0 0 426 143 67
Binary 10101000 11000 11111110 100010 1011011 0 0 100010110 1100011 110111

Color Harmonies of #A818FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818FE

Black with #A818FE

Text Example


Text Example

White with #A818FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818FE; }

 p { color: rgb(168,24,254); }

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

background-color css

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

 a { background-color: rgb(168,24,254); }

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

border-color css

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

 span { border-color: rgb(168,24,254); }

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