Html Css Color HEX #A011FA Electric Purple

📋 copy color: '#A011FA'

red 160 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #A011FA

Tints of Electric Purple #A011FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.98%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 37.47%
G = 3.98%
B = 58.55%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A011FA (or 0xA011FA) is known color: Electric Purple. HEX triplet: A0, 11 and FA. RGB value is (160,17,250). Sum of RGB (Red+Green+Blue) = 160+17+250=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #A011FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FA is #5FEE05. Grayscale: #555555. Windows color (decimal): -6286854 or 16388512. OLE color: 16388512.

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

Color convert

RGB 160 17 250 -
CMYK 0.36 0.93 0 0.02
HSL 276.82º 0.96% 0.52% -
HSV(B) 276.82º 0.93% 0.98% -
XYZ 31.95 14.78 91.61 -
YUV 86.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 160 17 250 0.36 0.93 0 0.02 276.82 0.96 0.52
Hex A0 11 FA 24 5D 0 2 115 60 34
Octal 240 21 372 44 135 0 2 425 140 64
Binary 10100000 10001 11111010 100100 1011101 0 10 100010101 1100000 110100

Color Harmonies of #A011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011FA

Black with #A011FA

Text Example


Text Example

White with #A011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011FA; }

 p { color: rgb(160,17,250); }

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

background-color css

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

 a { background-color: rgb(160,17,250); }

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

border-color css

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

 span { border-color: rgb(160,17,250); }

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