Html Css Color HEX #A10DFD Electric Purple

📋 copy color: '#A10DFD'

red 161 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A10DFD

Tints of Electric Purple #A10DFD

RGB

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

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

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

R = 37.7%
G = 3.04%
B = 59.25%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A10DFD (or 0xA10DFD) is known color: Electric Purple. HEX triplet: A1, 0D and FD. RGB value is (161,13,253). Sum of RGB (Red+Green+Blue) = 161+13+253=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #A10DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DFD is #5EF202. Grayscale: #535353. Windows color (decimal): -6222339 or 16584097. OLE color: 16584097.

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

Color convert

RGB 161 13 253 -
CMYK 0.36 0.95 0 0.01
HSL 277º 0.98% 0.52% -
HSV(B) 277º 0.95% 0.99% -
XYZ 32.57 14.96 94.1 -
YUV 84.61 223.03 182.49 -
System Red Green Blue C M Y K H S L
Decimal 161 13 253 0.36 0.95 0 0.01 277 0.98 0.52
Hex A1 D FD 24 5F 0 1 115 62 34
Octal 241 15 375 44 137 0 1 425 142 64
Binary 10100001 1101 11111101 100100 1011111 0 1 100010101 1100010 110100

Color Harmonies of #A10DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DFD

Black with #A10DFD

Text Example


Text Example

White with #A10DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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