Html Css Color HEX #A511FA Electric Purple

📋 copy color: '#A511FA'

red 165 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #A511FA

Tints of Electric Purple #A511FA

RGB

 RED value IS 165 (64.84% from 255) = 38.19%

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

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

R = 38.19%
G = 3.94%
B = 57.87%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A511FA (or 0xA511FA) is known color: Electric Purple. HEX triplet: A5, 11 and FA. RGB value is (165,17,250). Sum of RGB (Red+Green+Blue) = 165+17+250=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A511FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511FA is #5AEE05. Grayscale: #575757. Windows color (decimal): -5959174 or 16388517. OLE color: 16388517.

HSL color Cylindrical-coordinate representation of color #A511FA: hue angle of 278.11º 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 #A511FA is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 17 250 -
CMYK 0.34 0.93 0 0.02
HSL 278.11º 0.96% 0.52% -
HSV(B) 278.11º 0.93% 0.98% -
XYZ 32.97 15.3 91.66 -
YUV 87.81 219.53 183.05 -
System Red Green Blue C M Y K H S L
Decimal 165 17 250 0.34 0.93 0 0.02 278.11 0.96 0.52
Hex A5 11 FA 22 5D 0 2 116 60 34
Octal 245 21 372 42 135 0 2 426 140 64
Binary 10100101 10001 11111010 100010 1011101 0 10 100010110 1100000 110100

Color Harmonies of #A511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511FA

Black with #A511FA

Text Example


Text Example

White with #A511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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