#AF1DF6

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

Shades of Electric Purple #AF1DF6

Tints of Electric Purple #AF1DF6

Color information

#AF1DF6 (or 0xAF1DF6) is unknown color: approx Electric Purple. HEX triplet: AF, 1D and F6. RGB value is (175,29,246). Sum of RGB (Red+Green+Blue) = 175+29+246=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF1DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1DF6 is #50E209. Grayscale: #606060. Windows color (decimal): -5300746 or 16129455. OLE color: 16129455.

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

Color convert

RGB17529246-
CMYK0.290.8800.04
HSL280.37º92.34%53.92%-
HSV(B)280.37º88.21%96.47%-
XYZ34.7516.6588.57-
YUV97.39211.87183.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 29 (11.72% from 255) = 6.44%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=38.89%
G=6.44%
B=54.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal175292460.290.8800.04280.3792.3453.92
HexAF1DF61D58041185c36
Octal25735366351300443013466
Binary10101111111011111011011101101100001001000110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1DF6; }

 p { color: rgb(175,29,246); }

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

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

 a { background-color: rgb(175,29,246); }

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

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

 span { border-color: rgb(175,29,246); }

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