Html Css Color HEX #AD19FD Electric Purple

📋 copy color: '#AD19FD'

red 173 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #AD19FD

Tints of Electric Purple #AD19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 38.36%
G = 5.54%
B = 56.1%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD19FD (or 0xAD19FD) is known color: Electric Purple. HEX triplet: AD, 19 and FD. RGB value is (173,25,253). Sum of RGB (Red+Green+Blue) = 173+25+253=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD19FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19FD is #52E602. Grayscale: #5E5E5E. Windows color (decimal): -5432835 or 16587181. OLE color: 16587181.

HSL color Cylindrical-coordinate representation of color #AD19FD: hue angle of 278.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD19FD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 25 253 -
CMYK 0.32 0.90 0 0.01
HSL 278.95º 0.98% 0.55% -
HSV(B) 278.95º 0.9% 0.99% -
XYZ 35.31 16.67 94.29 -
YUV 95.24 217.03 183.46 -
System Red Green Blue C M Y K H S L
Decimal 173 25 253 0.32 0.90 0 0.01 278.95 0.98 0.55
Hex AD 19 FD 20 5A 0 1 117 62 37
Octal 255 31 375 40 132 0 1 427 142 67
Binary 10101101 11001 11111101 100000 1011010 0 1 100010111 1100010 110111

Color Harmonies of #AD19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19FD

Black with #AD19FD

Text Example


Text Example

White with #AD19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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