#AF1CF2

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

Shades of Electric Purple #AF1CF2

Tints of Electric Purple #AF1CF2

Color information

#AF1CF2 (or 0xAF1CF2) is unknown color: approx Electric Purple. HEX triplet: AF, 1C and F2. RGB value is (175,28,242). Sum of RGB (Red+Green+Blue) = 175+28+242=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF1CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CF2 is #50E30D. Grayscale: #5F5F5F. Windows color (decimal): -5301006 or 15867055. OLE color: 15867055.

HSL color Cylindrical-coordinate representation of color #AF1CF2: hue angle of 281.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1CF2 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17528242-
CMYK0.280.8800.05
HSL281.21º89.17%52.94%-
HSV(B)281.21º88.43%94.9%-
XYZ34.1216.3685.36-
YUV96.35210.2184.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 28 (11.33% from 255) = 6.29%
BLUE value IS 242 (94.92% from 255) = 54.38%
R=39.33%
G=6.29%
B=54.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175282420.280.8800.05281.2189.1752.94
HexAF1CF21C58051195935
Octal25734362341300543113165
Binary10101111111001111001011100101100001011000110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1CF2; }

 p { color: rgb(175,28,242); }

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

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

 a { background-color: rgb(175,28,242); }

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

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

 span { border-color: rgb(175,28,242); }

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