#AF0FEC

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

Shades of Electric Purple #AF0FEC

Tints of Electric Purple #AF0FEC

Color information

#AF0FEC (or 0xAF0FEC) is unknown color: approx Electric Purple. HEX triplet: AF, 0F and EC. RGB value is (175,15,236). Sum of RGB (Red+Green+Blue) = 175+15+236=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FEC is #50F013. Grayscale: #575757. Windows color (decimal): -5304340 or 15470511. OLE color: 15470511.

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

Color convert

RGB17515236-
CMYK0.260.9400.07
HSL283.44º88.05%49.22%-
HSV(B)283.44º93.64%92.55%-
XYZ32.9915.5180.61-
YUV88.03211.51190.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 15 (6.25% from 255) = 3.52%
BLUE value IS 236 (92.58% from 255) = 55.40%
R=41.08%
G=3.52%
B=55.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175152360.260.9400.07283.4488.0549.22
HexAFFEC1A5E0711b5831
Octal25717354321360743313061
Binary1010111111111110110011010101111001111000110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0FEC; }

 p { color: rgb(175,15,236); }

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

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

 a { background-color: rgb(175,15,236); }

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

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

 span { border-color: rgb(175,15,236); }

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