Html Css Color HEX #A10CF8 Electric Purple

📋 copy color: '#A10CF8'

red 161 ◦ green 12 ◦ blue 248

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

Shades of Electric Purple #A10CF8

Tints of Electric Purple #A10CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.85%

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

R = 38.24%
G = 2.85%
B = 58.91%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A10CF8 (or 0xA10CF8) is known color: Electric Purple. HEX triplet: A1, 0C and F8. RGB value is (161,12,248). Sum of RGB (Red+Green+Blue) = 161+12+248=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #A10CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CF8 is #5EF307. Grayscale: #525252. Windows color (decimal): -6222600 or 16256161. OLE color: 16256161.

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

Color convert

RGB 161 12 248 -
CMYK 0.35 0.95 0 0.03
HSL 277.88º 0.94% 0.51% -
HSV(B) 277.88º 0.95% 0.97% -
XYZ 31.77 14.62 89.95 -
YUV 83.46 220.86 183.31 -
System Red Green Blue C M Y K H S L
Decimal 161 12 248 0.35 0.95 0 0.03 277.88 0.94 0.51
Hex A1 C F8 23 5F 0 3 116 5E 33
Octal 241 14 370 43 137 0 3 426 136 63
Binary 10100001 1100 11111000 100011 1011111 0 11 100010110 1011110 110011

Color Harmonies of #A10CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CF8

Black with #A10CF8

Text Example


Text Example

White with #A10CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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