Html Css Color HEX #A811FA Electric Purple

📋 copy color: '#A811FA'

red 168 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #A811FA

Tints of Electric Purple #A811FA

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

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

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

R = 38.62%
G = 3.91%
B = 57.47%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A811FA (or 0xA811FA) is known color: Electric Purple. HEX triplet: A8, 11 and FA. RGB value is (168,17,250). Sum of RGB (Red+Green+Blue) = 168+17+250=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A811FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FA is #57EE05. Grayscale: #575757. Windows color (decimal): -5762566 or 16388520. OLE color: 16388520.

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

Color convert

RGB 168 17 250 -
CMYK 0.33 0.93 0 0.02
HSL 278.88º 0.96% 0.52% -
HSV(B) 278.88º 0.93% 0.98% -
XYZ 33.6 15.63 91.69 -
YUV 88.71 219.03 184.55 -
System Red Green Blue C M Y K H S L
Decimal 168 17 250 0.33 0.93 0 0.02 278.88 0.96 0.52
Hex A8 11 FA 21 5D 0 2 117 60 34
Octal 250 21 372 41 135 0 2 427 140 64
Binary 10101000 10001 11111010 100001 1011101 0 10 100010111 1100000 110100

Color Harmonies of #A811FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811FA

Black with #A811FA

Text Example


Text Example

White with #A811FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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