Html Css Color HEX #A812EE Electric Purple

📋 copy color: '#A812EE'

red 168 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #A812EE

Tints of Electric Purple #A812EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.25%

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

R = 39.62%
G = 4.25%
B = 56.13%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A812EE (or 0xA812EE) is known color: Electric Purple. HEX triplet: A8, 12 and EE. RGB value is (168,18,238). Sum of RGB (Red+Green+Blue) = 168+18+238=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #A812EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812EE is #57ED11. Grayscale: #575757. Windows color (decimal): -5762322 or 15602344. OLE color: 15602344.

HSL color Cylindrical-coordinate representation of color #A812EE: hue angle of 280.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812EE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 18 238 -
CMYK 0.29 0.92 0 0.07
HSL 280.91º 0.87% 0.5% -
HSV(B) 280.91º 0.92% 0.93% -
XYZ 31.8 14.93 82.09 -
YUV 87.93 212.7 185.11 -
System Red Green Blue C M Y K H S L
Decimal 168 18 238 0.29 0.92 0 0.07 280.91 0.87 0.5
Hex A8 12 EE 1D 5C 0 7 119 57 32
Octal 250 22 356 35 134 0 7 431 127 62
Binary 10101000 10010 11101110 11101 1011100 0 111 100011001 1010111 110010

Color Harmonies of #A812EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A812EE

Black with #A812EE

Text Example


Text Example

White with #A812EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A812EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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