#A806F3

Color #A806F3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A806F3

Tints of Electric Purple #A806F3

Color information

#A806F3 (or 0xA806F3) is unknown color: approx Electric Purple. HEX triplet: A8, 06 and F3. RGB value is (168,6,243). Sum of RGB (Red+Green+Blue) = 168+6+243=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #A806F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806F3 is #57F90C. Grayscale: #505050. Windows color (decimal): -5765389 or 15926952. OLE color: 15926952.

HSL color Cylindrical-coordinate representation of color #A806F3: hue angle of 281.01º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A806F3 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1686243-
CMYK0.310.9800.05
HSL281.01º95.18%48.82%-
HSV(B)281.01º97.53%95.29%-
XYZ32.3914.9385.97-
YUV81.46219.17189.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 6 (2.73% from 255) = 1.44%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=40.29%
G=1.44%
B=58.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16862430.310.9800.05281.0195.1848.82
HexA86F31F62051195f31
Octal2506363371420543113761
Binary101010001101111001111111110001001011000110011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A806F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A806F3; }

 p { color: rgb(168,6,243); }

 H1.HeaderClassName
 {
   color: #A806F3;
 }
 .AnyTagClassName
 {
   color: #A806F3;
 }
</style>
background-color css

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

 a { background-color: rgb(168,6,243); }

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

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

 span { border-color: rgb(168,6,243); }

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