Html Css Color HEX #AD19FB Electric Purple

📋 copy color: '#AD19FB'

red 173 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #AD19FB

Tints of Electric Purple #AD19FB

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.9%

R = 38.53%
G = 5.57%
B = 55.9%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD19FB (or 0xAD19FB) is known color: 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

RGB 173 25 251 -
CMYK 0.31 0.90 0 0.02
HSL 279.29º 0.97% 0.54% -
HSV(B) 279.29º 0.9% 0.98% -
XYZ 34.99 16.54 92.62 -
YUV 95.02 216.03 183.62 -
System Red Green Blue C M Y K H S L
Decimal 173 25 251 0.31 0.90 0 0.02 279.29 0.97 0.54
Hex AD 19 FB 1F 5A 0 2 117 61 36
Octal 255 31 373 37 132 0 2 427 141 66
Binary 10101101 11001 11111011 11111 1011010 0 10 100010111 1100001 110110

Color Harmonies of #AD19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19FB

Black with #AD19FB

Text Example


Text Example

White with #AD19FB

Text Example


Text Example

HTML Codes & Css Web 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>