Html Css Color HEX #A412FA Electric Purple

📋 copy color: '#A412FA'

red 164 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #A412FA

Tints of Electric Purple #A412FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 37.96%
G = 4.17%
B = 57.87%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A412FA (or 0xA412FA) is known color: Electric Purple. HEX triplet: A4, 12 and FA. RGB value is (164,18,250). Sum of RGB (Red+Green+Blue) = 164+18+250=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A412FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412FA is #5BED05. Grayscale: #575757. Windows color (decimal): -6024454 or 16388772. OLE color: 16388772.

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

Color convert

RGB 164 18 250 -
CMYK 0.34 0.93 0 0.02
HSL 277.76º 0.96% 0.53% -
HSV(B) 277.76º 0.93% 0.98% -
XYZ 32.78 15.23 91.65 -
YUV 88.1 219.37 182.14 -
System Red Green Blue C M Y K H S L
Decimal 164 18 250 0.34 0.93 0 0.02 277.76 0.96 0.53
Hex A4 12 FA 22 5D 0 2 116 60 35
Octal 244 22 372 42 135 0 2 426 140 65
Binary 10100100 10010 11111010 100010 1011101 0 10 100010110 1100000 110101

Color Harmonies of #A412FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412FA

Black with #A412FA

Text Example


Text Example

White with #A412FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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