Html Css Color HEX #A10AF8 Electric Purple

📋 copy color: '#A10AF8'

red 161 ◦ green 10 ◦ blue 248

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

Shades of Electric Purple #A10AF8

Tints of Electric Purple #A10AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.19%

R = 38.42%
G = 2.39%
B = 59.19%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A10AF8 (or 0xA10AF8) is known color: Electric Purple. HEX triplet: A1, 0A and F8. RGB value is (161,10,248). Sum of RGB (Red+Green+Blue) = 161+10+248=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #A10AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10AF8 is #5EF507. Grayscale: #515151. Windows color (decimal): -6223112 or 16255649. OLE color: 16255649.

HSL color Cylindrical-coordinate representation of color #A10AF8: hue angle of 278.07º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10AF8 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 10 248 -
CMYK 0.35 0.96 0 0.03
HSL 278.07º 0.94% 0.51% -
HSV(B) 278.07º 0.96% 0.97% -
XYZ 31.75 14.57 89.95 -
YUV 82.28 221.53 184.15 -
System Red Green Blue C M Y K H S L
Decimal 161 10 248 0.35 0.96 0 0.03 278.07 0.94 0.51
Hex A1 A F8 23 60 0 3 116 5E 33
Octal 241 12 370 43 140 0 3 426 136 63
Binary 10100001 1010 11111000 100011 1100000 0 11 100010110 1011110 110011

Color Harmonies of #A10AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AF8

Black with #A10AF8

Text Example


Text Example

White with #A10AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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