Html Css Color HEX #A410F9 Electric Purple

📋 copy color: '#A410F9'

red 164 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #A410F9

Tints of Electric Purple #A410F9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.73%

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 38.23%
G = 3.73%
B = 58.04%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A410F9 (or 0xA410F9) is known color: Electric Purple. HEX triplet: A4, 10 and F9. RGB value is (164,16,249). Sum of RGB (Red+Green+Blue) = 164+16+249=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #A410F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A410F9 is #5BEF06. Grayscale: #565656. Windows color (decimal): -6024967 or 16322724. OLE color: 16322724.

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

Color convert

RGB 164 16 249 -
CMYK 0.34 0.94 0 0.02
HSL 278.11º 0.95% 0.52% -
HSV(B) 278.11º 0.94% 0.98% -
XYZ 32.59 15.1 90.82 -
YUV 86.81 219.53 183.05 -
System Red Green Blue C M Y K H S L
Decimal 164 16 249 0.34 0.94 0 0.02 278.11 0.95 0.52
Hex A4 10 F9 22 5E 0 2 116 5F 34
Octal 244 20 371 42 136 0 2 426 137 64
Binary 10100100 10000 11111001 100010 1011110 0 10 100010110 1011111 110100

Color Harmonies of #A410F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410F9

Black with #A410F9

Text Example


Text Example

White with #A410F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410F9; }

 p { color: rgb(164,16,249); }

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

background-color css

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

 a { background-color: rgb(164,16,249); }

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

border-color css

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

 span { border-color: rgb(164,16,249); }

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