Html Css Color HEX #A10FFA Electric Purple

📋 copy color: '#A10FFA'

red 161 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A10FFA

Tints of Electric Purple #A10FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.52%

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

R = 37.79%
G = 3.52%
B = 58.69%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A10FFA (or 0xA10FFA) is known color: Electric Purple. HEX triplet: A1, 0F and FA. RGB value is (161,15,250). Sum of RGB (Red+Green+Blue) = 161+15+250=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #A10FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FFA is #5EF005. Grayscale: #545454. Windows color (decimal): -6221830 or 16388001. OLE color: 16388001.

HSL color Cylindrical-coordinate representation of color #A10FFA: hue angle of 277.28º degrees, saturation: 0.96, 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 #A10FFA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 15 250 -
CMYK 0.36 0.94 0 0.02
HSL 277.28º 0.96% 0.52% -
HSV(B) 277.28º 0.94% 0.98% -
XYZ 32.12 14.82 91.61 -
YUV 85.44 220.87 181.89 -
System Red Green Blue C M Y K H S L
Decimal 161 15 250 0.36 0.94 0 0.02 277.28 0.96 0.52
Hex A1 F FA 24 5E 0 2 115 60 34
Octal 241 17 372 44 136 0 2 425 140 64
Binary 10100001 1111 11111010 100100 1011110 0 10 100010101 1100000 110100

Color Harmonies of #A10FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FFA

Black with #A10FFA

Text Example


Text Example

White with #A10FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FFA; }

 p { color: rgb(161,15,250); }

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

background-color css

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

 a { background-color: rgb(161,15,250); }

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

border-color css

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

 span { border-color: rgb(161,15,250); }

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