Html Css Color HEX #A10EFD Electric Purple

📋 copy color: '#A10EFD'

red 161 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A10EFD

Tints of Electric Purple #A10EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.27%

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 37.62%
G = 3.27%
B = 59.11%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A10EFD (or 0xA10EFD) is known color: Electric Purple. HEX triplet: A1, 0E and FD. RGB value is (161,14,253). Sum of RGB (Red+Green+Blue) = 161+14+253=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #A10EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10EFD is #5EF102. Grayscale: #545454. Windows color (decimal): -6222083 or 16584353. OLE color: 16584353.

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

Color convert

RGB 161 14 253 -
CMYK 0.36 0.94 0 0.01
HSL 276.9º 0.98% 0.52% -
HSV(B) 276.9º 0.94% 0.99% -
XYZ 32.58 14.98 94.1 -
YUV 85.2 222.7 182.07 -
System Red Green Blue C M Y K H S L
Decimal 161 14 253 0.36 0.94 0 0.01 276.9 0.98 0.52
Hex A1 E FD 24 5E 0 1 115 62 34
Octal 241 16 375 44 136 0 1 425 142 64
Binary 10100001 1110 11111101 100100 1011110 0 1 100010101 1100010 110100

Color Harmonies of #A10EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10EFD

Black with #A10EFD

Text Example


Text Example

White with #A10EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10EFD; }

 p { color: rgb(161,14,253); }

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

background-color css

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

 a { background-color: rgb(161,14,253); }

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

border-color css

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

 span { border-color: rgb(161,14,253); }

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