Html Css Color HEX #A811F0 Electric Purple

📋 copy color: '#A811F0'

red 168 ◦ green 17 ◦ blue 240

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

Shades of Electric Purple #A811F0

Tints of Electric Purple #A811F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.47%

R = 39.53%
G = 4%
B = 56.47%

CMYK

 C value IS 0.3

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A811F0 (or 0xA811F0) is known color: Electric Purple. HEX triplet: A8, 11 and F0. RGB value is (168,17,240). Sum of RGB (Red+Green+Blue) = 168+17+240=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #A811F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811F0 is #57EE0F. Grayscale: #565656. Windows color (decimal): -5762576 or 15733160. OLE color: 15733160.

HSL color Cylindrical-coordinate representation of color #A811F0: hue angle of 280.63º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A811F0 is Cyan = 0.3, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 17 240 -
CMYK 0.3 0.93 0 0.06
HSL 280.63º 0.88% 0.5% -
HSV(B) 280.63º 0.93% 0.94% -
XYZ 32.08 15.02 83.65 -
YUV 87.57 214.03 185.37 -
System Red Green Blue C M Y K H S L
Decimal 168 17 240 0.3 0.93 0 0.06 280.63 0.88 0.5
Hex A8 11 F0 1E 5D 0 6 119 58 32
Octal 250 21 360 36 135 0 6 431 130 62
Binary 10101000 10001 11110000 11110 1011101 0 110 100011001 1011000 110010

Color Harmonies of #A811F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811F0

Black with #A811F0

Text Example


Text Example

White with #A811F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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