#AF0DF8

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

Shades of Electric Purple #AF0DF8

Tints of Electric Purple #AF0DF8

Color information

#AF0DF8 (or 0xAF0DF8) is unknown color: approx Electric Purple. HEX triplet: AF, 0D and F8. RGB value is (175,13,248). Sum of RGB (Red+Green+Blue) = 175+13+248=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF0DF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0DF8 is #50F207. Grayscale: #575757. Windows color (decimal): -5304840 or 16256431. OLE color: 16256431.

HSL color Cylindrical-coordinate representation of color #AF0DF8: hue angle of 281.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0DF8 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17513248-
CMYK0.290.9500.03
HSL281.36º94.38%51.18%-
HSV(B)281.36º94.76%97.25%-
XYZ34.7716.1890.1-
YUV88.23218.17189.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 13 (5.47% from 255) = 2.98%
BLUE value IS 248 (97.27% from 255) = 56.88%
R=40.14%
G=2.98%
B=56.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175132480.290.9500.03281.3694.3851.18
HexAFDF81D5F031195e33
Octal25715370351370343113663
Binary101011111101111110001110110111110111000110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0DF8; }

 p { color: rgb(175,13,248); }

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

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

 a { background-color: rgb(175,13,248); }

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

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

 span { border-color: rgb(175,13,248); }

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