Html Css Color HEX #A10DFF Electric Purple

📋 copy color: '#A10DFF'

red 161 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A10DFF

Tints of Electric Purple #A10DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.03%

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

R = 37.53%
G = 3.03%
B = 59.44%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A10DFF (or 0xA10DFF) is known color: Electric Purple. HEX triplet: A1, 0D and FF. RGB value is (161,13,255). Sum of RGB (Red+Green+Blue) = 161+13+255=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A10DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DFF is #5EF200. Grayscale: #545454. Windows color (decimal): -6222337 or 16715169. OLE color: 16715169.

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

Color convert

RGB 161 13 255 -
CMYK 0.37 0.95 0 0
HSL 276.69º 1% 0.53% -
HSV(B) 276.69º 0.95% 1% -
XYZ 32.89 15.08 95.79 -
YUV 84.84 224.03 182.32 -
System Red Green Blue C M Y K H S L
Decimal 161 13 255 0.37 0.95 0 0 276.69 1 0.53
Hex A1 D FF 25 5F 0 0 115 64 35
Octal 241 15 377 45 137 0 0 425 144 65
Binary 10100001 1101 11111111 100101 1011111 0 0 100010101 1100100 110101

Color Harmonies of #A10DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DFF

Black with #A10DFF

Text Example


Text Example

White with #A10DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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