#AF1FF5

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

Shades of Electric Purple #AF1FF5

Tints of Electric Purple #AF1FF5

Color information

#AF1FF5 (or 0xAF1FF5) is unknown color: approx Electric Purple. HEX triplet: AF, 1F and F5. RGB value is (175,31,245). Sum of RGB (Red+Green+Blue) = 175+31+245=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF1FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FF5 is #50E00A. Grayscale: #616161. Windows color (decimal): -5300235 or 16064431. OLE color: 16064431.

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

Color convert

RGB17531245-
CMYK0.290.8700.04
HSL280.37º91.45%54.12%-
HSV(B)280.37º87.35%96.08%-
XYZ34.6516.6987.78-
YUV98.45210.71182.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 31 (12.5% from 255) = 6.87%
BLUE value IS 245 (96.09% from 255) = 54.32%
R=38.80%
G=6.87%
B=54.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175312450.290.8700.04280.3791.4554.12
HexAF1FF51D57041185b36
Octal25737365351270443013366
Binary10101111111111111010111101101011101001000110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1FF5; }

 p { color: rgb(175,31,245); }

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

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

 a { background-color: rgb(175,31,245); }

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

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

 span { border-color: rgb(175,31,245); }

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