Html Css Color HEX #A412FC Electric Purple

📋 copy color: '#A412FC'

red 164 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #A412FC

Tints of Electric Purple #A412FC

RGB

 RED value IS 164 (64.45% from 255) = 37.79%

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

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

R = 37.79%
G = 4.15%
B = 58.06%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A412FC (or 0xA412FC) is known color: Electric Purple. HEX triplet: A4, 12 and FC. RGB value is (164,18,252). Sum of RGB (Red+Green+Blue) = 164+18+252=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #A412FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412FC is #5BED03. Grayscale: #575757. Windows color (decimal): -6024452 or 16519844. OLE color: 16519844.

HSL color Cylindrical-coordinate representation of color #A412FC: hue angle of 277.44º 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 #A412FC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 18 252 -
CMYK 0.35 0.93 0 0.01
HSL 277.44º 0.98% 0.53% -
HSV(B) 277.44º 0.93% 0.99% -
XYZ 33.1 15.35 93.31 -
YUV 88.33 220.37 181.97 -
System Red Green Blue C M Y K H S L
Decimal 164 18 252 0.35 0.93 0 0.01 277.44 0.98 0.53
Hex A4 12 FC 23 5D 0 1 115 62 35
Octal 244 22 374 43 135 0 1 425 142 65
Binary 10100100 10010 11111100 100011 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A412FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412FC

Black with #A412FC

Text Example


Text Example

White with #A412FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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