Html Css Color HEX #A818FC Electric Purple

📋 copy color: '#A818FC'

red 168 ◦ green 24 ◦ blue 252

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

Shades of Electric Purple #A818FC

Tints of Electric Purple #A818FC

RGB

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

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

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

R = 37.84%
G = 5.41%
B = 56.76%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A818FC (or 0xA818FC) is known color: Electric Purple. HEX triplet: A8, 18 and FC. RGB value is (168,24,252). Sum of RGB (Red+Green+Blue) = 168+24+252=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #A818FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FC is #57E703. Grayscale: #5C5C5C. Windows color (decimal): -5760772 or 16521384. OLE color: 16521384.

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

Color convert

RGB 168 24 252 -
CMYK 0.33 0.90 0 0.01
HSL 277.89º 0.97% 0.54% -
HSV(B) 277.89º 0.9% 0.99% -
XYZ 34.05 16.01 93.39 -
YUV 93.05 217.71 181.46 -
System Red Green Blue C M Y K H S L
Decimal 168 24 252 0.33 0.90 0 0.01 277.89 0.97 0.54
Hex A8 18 FC 21 5A 0 1 116 61 36
Octal 250 30 374 41 132 0 1 426 141 66
Binary 10101000 11000 11111100 100001 1011010 0 1 100010110 1100001 110110

Color Harmonies of #A818FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818FC

Black with #A818FC

Text Example


Text Example

White with #A818FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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