Html Css Color HEX #A612FC Electric Purple

📋 copy color: '#A612FC'

red 166 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #A612FC

Tints of Electric Purple #A612FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 38.07%
G = 4.13%
B = 57.8%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A612FC (or 0xA612FC) is known color: Electric Purple. HEX triplet: A6, 12 and FC. RGB value is (166,18,252). Sum of RGB (Red+Green+Blue) = 166+18+252=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A612FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612FC is #59ED03. Grayscale: #585858. Windows color (decimal): -5893380 or 16519846. OLE color: 16519846.

HSL color Cylindrical-coordinate representation of color #A612FC: hue angle of 277.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A612FC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 18 252 -
CMYK 0.34 0.93 0 0.01
HSL 277.95º 0.98% 0.53% -
HSV(B) 277.95º 0.93% 0.99% -
XYZ 33.51 15.57 93.33 -
YUV 88.93 220.03 182.97 -
System Red Green Blue C M Y K H S L
Decimal 166 18 252 0.34 0.93 0 0.01 277.95 0.98 0.53
Hex A6 12 FC 22 5D 0 1 116 62 35
Octal 246 22 374 42 135 0 1 426 142 65
Binary 10100110 10010 11111100 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A612FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612FC

Black with #A612FC

Text Example


Text Example

White with #A612FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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