Html Css Color HEX #AD19EA Electric Purple

📋 copy color: '#AD19EA'

red 173 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #AD19EA

Tints of Electric Purple #AD19EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 40.05%
G = 5.79%
B = 54.17%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD19EA (or 0xAD19EA) is known color: Electric Purple. HEX triplet: AD, 19 and EA. RGB value is (173,25,234). Sum of RGB (Red+Green+Blue) = 173+25+234=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD19EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19EA is #52E615. Grayscale: #5C5C5C. Windows color (decimal): -5432854 or 15341997. OLE color: 15341997.

HSL color Cylindrical-coordinate representation of color #AD19EA: hue angle of 282.49º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19EA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 25 234 -
CMYK 0.26 0.89 0 0.08
HSL 282.49º 0.83% 0.51% -
HSV(B) 282.49º 0.89% 0.92% -
XYZ 32.43 15.52 79.13 -
YUV 93.08 207.53 185.01 -
System Red Green Blue C M Y K H S L
Decimal 173 25 234 0.26 0.89 0 0.08 282.49 0.83 0.51
Hex AD 19 EA 1A 59 0 8 11A 53 33
Octal 255 31 352 32 131 0 10 432 123 63
Binary 10101101 11001 11101010 11010 1011001 0 1000 100011010 1010011 110011

Color Harmonies of #AD19EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19EA

Black with #AD19EA

Text Example


Text Example

White with #AD19EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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