Html Css Color HEX #A010FD Electric Purple

📋 copy color: '#A010FD'

red 160 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #A010FD

Tints of Electric Purple #A010FD

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

 GREEN value IS 16 (6.64% from 255) = 3.73%

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

R = 37.3%
G = 3.73%
B = 58.97%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A010FD (or 0xA010FD) is known color: Electric Purple. HEX triplet: A0, 10 and FD. RGB value is (160,16,253). Sum of RGB (Red+Green+Blue) = 160+16+253=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A010FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010FD is #5FEF02. Grayscale: #555555. Windows color (decimal): -6287107 or 16584864. OLE color: 16584864.

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

Color convert

RGB 160 16 253 -
CMYK 0.37 0.94 0 0.01
HSL 276.46º 0.98% 0.53% -
HSV(B) 276.46º 0.94% 0.99% -
XYZ 32.41 14.94 94.1 -
YUV 86.07 222.21 180.73 -
System Red Green Blue C M Y K H S L
Decimal 160 16 253 0.37 0.94 0 0.01 276.46 0.98 0.53
Hex A0 10 FD 25 5E 0 1 114 62 35
Octal 240 20 375 45 136 0 1 424 142 65
Binary 10100000 10000 11111101 100101 1011110 0 1 100010100 1100010 110101

Color Harmonies of #A010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010FD

Black with #A010FD

Text Example


Text Example

White with #A010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010FD; }

 p { color: rgb(160,16,253); }

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

background-color css

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

 a { background-color: rgb(160,16,253); }

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

border-color css

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

 span { border-color: rgb(160,16,253); }

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