#AF0CF9

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

Shades of Electric Purple #AF0CF9

Tints of Electric Purple #AF0CF9

Color information

#AF0CF9 (or 0xAF0CF9) is unknown color: approx Electric Purple. HEX triplet: AF, 0C and F9. RGB value is (175,12,249). Sum of RGB (Red+Green+Blue) = 175+12+249=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CF9 is #50F306. Grayscale: #565656. Windows color (decimal): -5305095 or 16321711. OLE color: 16321711.

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

Color convert

RGB17512249-
CMYK0.300.9500.02
HSL281.27º95.18%51.18%-
HSV(B)281.27º95.18%97.65%-
XYZ34.9116.2290.91-
YUV87.76219190.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 12 (5.08% from 255) = 2.75%
BLUE value IS 249 (97.66% from 255) = 57.11%
R=40.14%
G=2.75%
B=57.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175122490.300.9500.02281.2795.1851.18
HexAFCF91E5F021195f33
Octal25714371361370243113763
Binary101011111100111110011111010111110101000110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0CF9; }

 p { color: rgb(175,12,249); }

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

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

 a { background-color: rgb(175,12,249); }

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

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

 span { border-color: rgb(175,12,249); }

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