Html Css Color HEX #A410FF Electric Purple

📋 copy color: '#A410FF'

red 164 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #A410FF

Tints of Electric Purple #A410FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 37.7%
G = 3.68%
B = 58.62%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A410FF (or 0xA410FF) is known color: Electric Purple. HEX triplet: A4, 10 and FF. RGB value is (164,16,255). Sum of RGB (Red+Green+Blue) = 164+16+255=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A410FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A410FF is #5BEF00. Grayscale: #565656. Windows color (decimal): -6024961 or 16715940. OLE color: 16715940.

HSL color Cylindrical-coordinate representation of color #A410FF: hue angle of 277.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A410FF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 16 255 -
CMYK 0.36 0.94 0 0
HSL 277.15º 1% 0.53% -
HSV(B) 277.15º 0.94% 1% -
XYZ 33.55 15.48 95.83 -
YUV 87.5 222.53 182.57 -
System Red Green Blue C M Y K H S L
Decimal 164 16 255 0.36 0.94 0 0 277.15 1 0.53
Hex A4 10 FF 24 5E 0 0 115 64 35
Octal 244 20 377 44 136 0 0 425 144 65
Binary 10100100 10000 11111111 100100 1011110 0 0 100010101 1100100 110101

Color Harmonies of #A410FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410FF

Black with #A410FF

Text Example


Text Example

White with #A410FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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