Html Css Color HEX #A010F6 Electric Purple

📋 copy color: '#A010F6'

red 160 ◦ green 16 ◦ blue 246

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

Shades of Electric Purple #A010F6

Tints of Electric Purple #A010F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 37.91%
G = 3.79%
B = 58.29%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A010F6 (or 0xA010F6) is known color: Electric Purple. HEX triplet: A0, 10 and F6. RGB value is (160,16,246). Sum of RGB (Red+Green+Blue) = 160+16+246=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #A010F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010F6 is #5FEF09. Grayscale: #545454. Windows color (decimal): -6287114 or 16126112. OLE color: 16126112.

HSL color Cylindrical-coordinate representation of color #A010F6: hue angle of 277.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010F6 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 16 246 -
CMYK 0.35 0.93 0 0.04
HSL 277.57º 0.93% 0.51% -
HSV(B) 277.57º 0.93% 0.96% -
XYZ 31.32 14.5 88.34 -
YUV 85.28 218.71 181.3 -
System Red Green Blue C M Y K H S L
Decimal 160 16 246 0.35 0.93 0 0.04 277.57 0.93 0.51
Hex A0 10 F6 23 5D 0 4 116 5D 33
Octal 240 20 366 43 135 0 4 426 135 63
Binary 10100000 10000 11110110 100011 1011101 0 100 100010110 1011101 110011

Color Harmonies of #A010F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010F6

Black with #A010F6

Text Example


Text Example

White with #A010F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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