Html Css Color HEX #A612EE Electric Purple

📋 copy color: '#A612EE'

red 166 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #A612EE

Tints of Electric Purple #A612EE

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

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

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

R = 39.34%
G = 4.27%
B = 56.4%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A612EE (or 0xA612EE) is known color: Electric Purple. HEX triplet: A6, 12 and EE. RGB value is (166,18,238). Sum of RGB (Red+Green+Blue) = 166+18+238=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A612EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612EE is #59ED11. Grayscale: #565656. Windows color (decimal): -5893394 or 15602342. OLE color: 15602342.

HSL color Cylindrical-coordinate representation of color #A612EE: hue angle of 280.36º 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 #A612EE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 18 238 -
CMYK 0.30 0.92 0 0.07
HSL 280.36º 0.87% 0.5% -
HSV(B) 280.36º 0.92% 0.93% -
XYZ 31.37 14.71 82.08 -
YUV 87.33 213.03 184.11 -
System Red Green Blue C M Y K H S L
Decimal 166 18 238 0.30 0.92 0 0.07 280.36 0.87 0.5
Hex A6 12 EE 1E 5C 0 7 118 57 32
Octal 246 22 356 36 134 0 7 430 127 62
Binary 10100110 10010 11101110 11110 1011100 0 111 100011000 1010111 110010

Color Harmonies of #A612EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612EE

Black with #A612EE

Text Example


Text Example

White with #A612EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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