#AF23FF

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

Shades of Electric Purple #AF23FF

Tints of Electric Purple #AF23FF

Color information

#AF23FF (or 0xAF23FF) is unknown color: approx Electric Purple. HEX triplet: AF, 23 and FF. RGB value is (175,35,255). Sum of RGB (Red+Green+Blue) = 175+35+255=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23FF is #50DC00. Grayscale: #656565. Windows color (decimal): -5299201 or 16720815. OLE color: 16720815.

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

Color convert

RGB17535255-
CMYK0.310.8600
HSL278.18º100%56.86%-
HSV(B)278.18º86.27%100%-
XYZ36.3317.5496.08-
YUV101.94214.38180.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 35 (14.06% from 255) = 7.53%
BLUE value IS 255 (100% from 255) = 54.84%
R=37.63%
G=7.53%
B=54.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175352550.310.8600278.1810056.86
HexAF23FF1F56001166439
Octal25743377371260042614471
Binary1010111110001111111111111111010110001000101101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF23FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF23FF; }

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

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

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

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

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

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

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

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