Html Css Color HEX #A10AFF Electric Purple

📋 copy color: '#A10AFF'

red 161 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #A10AFF

Tints of Electric Purple #A10AFF

RGB

 RED value IS 161 (63.28% from 255) = 37.79%

 GREEN value IS 10 (4.3% from 255) = 2.35%

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

R = 37.79%
G = 2.35%
B = 59.86%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A10AFF (or 0xA10AFF) is known color: Electric Purple. HEX triplet: A1, 0A and FF. RGB value is (161,10,255). Sum of RGB (Red+Green+Blue) = 161+10+255=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A10AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10AFF is #5EF500. Grayscale: #525252. Windows color (decimal): -6223105 or 16714401. OLE color: 16714401.

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

Color convert

RGB 161 10 255 -
CMYK 0.37 0.96 0 0
HSL 276.98º 1% 0.52% -
HSV(B) 276.98º 0.96% 1% -
XYZ 32.86 15.01 95.77 -
YUV 83.08 225.03 183.58 -
System Red Green Blue C M Y K H S L
Decimal 161 10 255 0.37 0.96 0 0 276.98 1 0.52
Hex A1 A FF 25 60 0 0 115 64 34
Octal 241 12 377 45 140 0 0 425 144 64
Binary 10100001 1010 11111111 100101 1100000 0 0 100010101 1100100 110100

Color Harmonies of #A10AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AFF

Black with #A10AFF

Text Example


Text Example

White with #A10AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AFF; }

 p { color: rgb(161,10,255); }

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

background-color css

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

 a { background-color: rgb(161,10,255); }

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

border-color css

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

 span { border-color: rgb(161,10,255); }

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