Html Css Color HEX #A818EC Electric Purple

📋 copy color: '#A818EC'

red 168 ◦ green 24 ◦ blue 236

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

Shades of Electric Purple #A818EC

Tints of Electric Purple #A818EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 39.25%
G = 5.61%
B = 55.14%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A818EC (or 0xA818EC) is known color: Electric Purple. HEX triplet: A8, 18 and EC. RGB value is (168,24,236). Sum of RGB (Red+Green+Blue) = 168+24+236=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #A818EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818EC is #57E713. Grayscale: #5A5A5A. Windows color (decimal): -5760788 or 15472808. OLE color: 15472808.

HSL color Cylindrical-coordinate representation of color #A818EC: hue angle of 280.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818EC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 24 236 -
CMYK 0.29 0.90 0 0.07
HSL 280.75º 0.85% 0.51% -
HSV(B) 280.75º 0.9% 0.93% -
XYZ 31.62 15.03 80.59 -
YUV 91.22 209.71 182.76 -
System Red Green Blue C M Y K H S L
Decimal 168 24 236 0.29 0.90 0 0.07 280.75 0.85 0.51
Hex A8 18 EC 1D 5A 0 7 119 55 33
Octal 250 30 354 35 132 0 7 431 125 63
Binary 10101000 11000 11101100 11101 1011010 0 111 100011001 1010101 110011

Color Harmonies of #A818EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818EC

Black with #A818EC

Text Example


Text Example

White with #A818EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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