Html Css Color HEX #A10DFA Electric Purple

📋 copy color: '#A10DFA'

red 161 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #A10DFA

Tints of Electric Purple #A10DFA

RGB

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

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

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

R = 37.97%
G = 3.07%
B = 58.96%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A10DFA (or 0xA10DFA) is known color: Electric Purple. HEX triplet: A1, 0D and FA. RGB value is (161,13,250). Sum of RGB (Red+Green+Blue) = 161+13+250=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #A10DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DFA is #5EF205. Grayscale: #535353. Windows color (decimal): -6222342 or 16387489. OLE color: 16387489.

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

Color convert

RGB 161 13 250 -
CMYK 0.36 0.95 0 0.02
HSL 277.47º 0.96% 0.52% -
HSV(B) 277.47º 0.95% 0.98% -
XYZ 32.1 14.77 91.6 -
YUV 84.27 221.53 182.73 -
System Red Green Blue C M Y K H S L
Decimal 161 13 250 0.36 0.95 0 0.02 277.47 0.96 0.52
Hex A1 D FA 24 5F 0 2 115 60 34
Octal 241 15 372 44 137 0 2 425 140 64
Binary 10100001 1101 11111010 100100 1011111 0 10 100010101 1100000 110100

Color Harmonies of #A10DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DFA

Black with #A10DFA

Text Example


Text Example

White with #A10DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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