#AD19FB

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

Shades of Electric Purple #AD19FB

Tints of Electric Purple #AD19FB

Color information

#AD19FB (or 0xAD19FB) is unknown color: approx Electric Purple. HEX triplet: AD, 19 and FB. RGB value is (173,25,251). Sum of RGB (Red+Green+Blue) = 173+25+251=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19FB is #52E604. Grayscale: #5E5E5E. Windows color (decimal): -5432837 or 16456109. OLE color: 16456109.

HSL color Cylindrical-coordinate representation of color #AD19FB: hue angle of 279.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD19FB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17325251-
CMYK0.310.9000.02
HSL279.29º96.58%54.12%-
HSV(B)279.29º90.04%98.43%-
XYZ34.9916.5492.62-
YUV95.02216.03183.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 25 (10.16% from 255) = 5.57%
BLUE value IS 251 (98.44% from 255) = 55.90%
R=38.53%
G=5.57%
B=55.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173252510.310.9000.02279.2996.5854.12
HexAD19FB1F5A021176136
Octal25531373371320242714166
Binary1010110111001111110111111110110100101000101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD19FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD19FB; }

 p { color: rgb(173,25,251); }

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

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

 a { background-color: rgb(173,25,251); }

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

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

 span { border-color: rgb(173,25,251); }

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