Html Css Color HEX #A412FD Electric Purple

📋 copy color: '#A412FD'

red 164 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #A412FD

Tints of Electric Purple #A412FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 37.7%
G = 4.14%
B = 58.16%

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

#A412FD (or 0xA412FD) is known color: Electric Purple. HEX triplet: A4, 12 and FD. RGB value is (164,18,253). Sum of RGB (Red+Green+Blue) = 164+18+253=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A412FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412FD is #5BED02. Grayscale: #575757. Windows color (decimal): -6024451 or 16585380. OLE color: 16585380.

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

Color convert

RGB 164 18 253 -
CMYK 0.35 0.93 0 0.01
HSL 277.28º 0.98% 0.53% -
HSV(B) 277.28º 0.93% 0.99% -
XYZ 33.26 15.42 94.15 -
YUV 88.44 220.87 181.89 -
System Red Green Blue C M Y K H S L
Decimal 164 18 253 0.35 0.93 0 0.01 277.28 0.98 0.53
Hex A4 12 FD 23 5D 0 1 115 62 35
Octal 244 22 375 43 135 0 1 425 142 65
Binary 10100100 10010 11111101 100011 1011101 0 1 100010101 1100010 110101

Color Harmonies of #A412FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412FD

Black with #A412FD

Text Example


Text Example

White with #A412FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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