Html Css Color HEX #AD19FA Electric Purple

📋 copy color: '#AD19FA'

red 173 ◦ green 25 ◦ blue 250

#AD19FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #AD19FA

Tints of Electric Purple #AD19FA

RGB

 RED value IS 173 (67.97% from 255) = 38.62%

 GREEN value IS 25 (10.16% from 255) = 5.58%

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 38.62%
G = 5.58%
B = 55.8%

CMYK

 C value IS 0.31

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD19FA (or 0xAD19FA) is known color: Electric Purple. HEX triplet: AD, 19 and FA. RGB value is (173,25,250). Sum of RGB (Red+Green+Blue) = 173+25+250=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19FA is #52E605. Grayscale: #5E5E5E. Windows color (decimal): -5432838 or 16390573. OLE color: 16390573.

HSL color Cylindrical-coordinate representation of color #AD19FA: hue angle of 279.47º degrees, saturation: 0.96, 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 #AD19FA is Cyan = 0.31, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 25 250 -
CMYK 0.31 0.9 0 0.02
HSL 279.47º 0.96% 0.54% -
HSV(B) 279.47º 0.9% 0.98% -
XYZ 34.84 16.48 91.79 -
YUV 94.9 215.53 183.7 -
System Red Green Blue C M Y K H S L
Decimal 173 25 250 0.31 0.9 0 0.02 279.47 0.96 0.54
Hex AD 19 FA 1F 5A 0 2 117 60 36
Octal 255 31 372 37 132 0 2 427 140 66
Binary 10101101 11001 11111010 11111 1011010 0 10 100010111 1100000 110110

Color Harmonies of #AD19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19FA

Black with #AD19FA

Text Example


Text Example

White with #AD19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19FA; }

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

 H1.HeaderClassName
 {
   color: #AD19FA;
 }
 .AnyTagClassName
 {
   color: #AD19FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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