#af1eff

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

Shades of Electric Purple #AF1EFF

Tints of Electric Purple #AF1EFF

Color information

#AF1EFF (or 0xAF1EFF) is unknown color: approx Electric Purple. HEX triplet: AF, 1E and FF. RGB value is (175,30,255). Sum of RGB (Red+Green+Blue) = 175+30+255=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1EFF is #50E100. Grayscale: #626262. Windows color (decimal): -5300481 or 16719535. OLE color: 16719535.

HSL color Cylindrical-coordinate representation of color #AF1EFF: hue angle of 278.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1EFF is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17530255-
CMYK0.310.8800
HSL278.67º100%55.88%-
HSV(B)278.67º88.24%100%-
XYZ36.1917.2696.03-
YUV99216.04182.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 30 (12.11% from 255) = 6.52%
BLUE value IS 255 (100% from 255) = 55.43%
R=38.04%
G=6.52%
B=55.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175302550.310.8800278.6710055.88
HexAF1EFF1F58001176438
Octal25736377371300042714470
Binary101011111111011111111111111011000001000101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1eff; }

 p { color: rgb(175,30,255); }

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

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

 a { background-color: rgb(175,30,255); }

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

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

 span { border-color: rgb(175,30,255); }

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