Html Css Color HEX #A010F3 Electric Purple

📋 copy color: '#A010F3'

red 160 ◦ green 16 ◦ blue 243

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

Shades of Electric Purple #A010F3

Tints of Electric Purple #A010F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58%

R = 38.19%
G = 3.82%
B = 58%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A010F3 (or 0xA010F3) is known color: Electric Purple. HEX triplet: A0, 10 and F3. RGB value is (160,16,243). Sum of RGB (Red+Green+Blue) = 160+16+243=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #A010F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010F3 is #5FEF0C. Grayscale: #545454. Windows color (decimal): -6287117 or 15929504. OLE color: 15929504.

HSL color Cylindrical-coordinate representation of color #A010F3: hue angle of 278.06º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010F3 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 16 243 -
CMYK 0.34 0.93 0 0.05
HSL 278.06º 0.9% 0.51% -
HSV(B) 278.06º 0.93% 0.95% -
XYZ 30.86 14.32 85.93 -
YUV 84.93 217.21 181.54 -
System Red Green Blue C M Y K H S L
Decimal 160 16 243 0.34 0.93 0 0.05 278.06 0.9 0.51
Hex A0 10 F3 22 5D 0 5 116 5A 33
Octal 240 20 363 42 135 0 5 426 132 63
Binary 10100000 10000 11110011 100010 1011101 0 101 100010110 1011010 110011

Color Harmonies of #A010F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010F3

Black with #A010F3

Text Example


Text Example

White with #A010F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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