Html Css Color HEX #A818EE Electric Purple

📋 copy color: '#A818EE'

red 168 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #A818EE

Tints of Electric Purple #A818EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 39.07%
G = 5.58%
B = 55.35%

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

#A818EE (or 0xA818EE) is known color: Electric Purple. HEX triplet: A8, 18 and EE. RGB value is (168,24,238). Sum of RGB (Red+Green+Blue) = 168+24+238=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #A818EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818EE is #57E711. Grayscale: #5A5A5A. Windows color (decimal): -5760786 or 15603880. OLE color: 15603880.

HSL color Cylindrical-coordinate representation of color #A818EE: hue angle of 280.37º degrees, saturation: 0.86, 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 #A818EE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 24 238 -
CMYK 0.29 0.90 0 0.07
HSL 280.37º 0.86% 0.51% -
HSV(B) 280.37º 0.9% 0.93% -
XYZ 31.91 15.15 82.13 -
YUV 91.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 168 24 238 0.29 0.90 0 0.07 280.37 0.86 0.51
Hex A8 18 EE 1D 5A 0 7 118 56 33
Octal 250 30 356 35 132 0 7 430 126 63
Binary 10101000 11000 11101110 11101 1011010 0 111 100011000 1010110 110011

Color Harmonies of #A818EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818EE

Black with #A818EE

Text Example


Text Example

White with #A818EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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