#A816F4

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

Shades of Electric Purple #A816F4

Tints of Electric Purple #A816F4

Color information

#A816F4 (or 0xA816F4) is unknown color: approx Electric Purple. HEX triplet: A8, 16 and F4. RGB value is (168,22,244). Sum of RGB (Red+Green+Blue) = 168+22+244=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #A816F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816F4 is #57E90B. Grayscale: #5A5A5A. Windows color (decimal): -5761292 or 15996584. OLE color: 15996584.

HSL color Cylindrical-coordinate representation of color #A816F4: hue angle of 279.46º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816F4 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16822244-
CMYK0.310.9100.04
HSL279.46º90.98%52.16%-
HSV(B)279.46º90.98%95.69%-
XYZ32.7615.4386.84-
YUV90.96214.37182.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 22 (8.98% from 255) = 5.07%
BLUE value IS 244 (95.70% from 255) = 56.22%
R=38.71%
G=5.07%
B=56.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168222440.310.9100.04279.4690.9852.16
HexA816F41F5B041175b34
Octal25026364371330442713364
Binary10101000101101111010011111101101101001000101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A816F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A816F4; }

 p { color: rgb(168,22,244); }

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

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

 a { background-color: rgb(168,22,244); }

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

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

 span { border-color: rgb(168,22,244); }

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