Html Css Color HEX #A612FF Electric Purple

📋 copy color: '#A612FF'

red 166 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #A612FF

Tints of Electric Purple #A612FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.09%

R = 37.81%
G = 4.1%
B = 58.09%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A612FF (or 0xA612FF) is known color: Electric Purple. HEX triplet: A6, 12 and FF. RGB value is (166,18,255). Sum of RGB (Red+Green+Blue) = 166+18+255=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A612FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612FF is #59ED00. Grayscale: #585858. Windows color (decimal): -5893377 or 16716454. OLE color: 16716454.

HSL color Cylindrical-coordinate representation of color #A612FF: hue angle of 277.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A612FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 18 255 -
CMYK 0.35 0.93 0 0
HSL 277.47º 1% 0.54% -
HSV(B) 277.47º 0.93% 1% -
XYZ 33.99 15.76 95.86 -
YUV 89.27 221.53 182.73 -
System Red Green Blue C M Y K H S L
Decimal 166 18 255 0.35 0.93 0 0 277.47 1 0.54
Hex A6 12 FF 23 5D 0 0 115 64 36
Octal 246 22 377 43 135 0 0 425 144 66
Binary 10100110 10010 11111111 100011 1011101 0 0 100010101 1100100 110110

Color Harmonies of #A612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612FF

Black with #A612FF

Text Example


Text Example

White with #A612FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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