Html Css Color HEX #AD19ED Electric Purple

📋 copy color: '#AD19ED'

red 173 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #AD19ED

Tints of Electric Purple #AD19ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 39.77%
G = 5.75%
B = 54.48%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD19ED (or 0xAD19ED) is known color: Electric Purple. HEX triplet: AD, 19 and ED. RGB value is (173,25,237). Sum of RGB (Red+Green+Blue) = 173+25+237=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19ED is #52E612. Grayscale: #5C5C5C. Windows color (decimal): -5432851 or 15538605. OLE color: 15538605.

HSL color Cylindrical-coordinate representation of color #AD19ED: hue angle of 281.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19ED is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 25 237 -
CMYK 0.27 0.89 0 0.07
HSL 281.89º 0.85% 0.51% -
HSV(B) 281.89º 0.89% 0.93% -
XYZ 32.87 15.69 81.42 -
YUV 93.42 209.03 184.76 -
System Red Green Blue C M Y K H S L
Decimal 173 25 237 0.27 0.89 0 0.07 281.89 0.85 0.51
Hex AD 19 ED 1B 59 0 7 11A 55 33
Octal 255 31 355 33 131 0 7 432 125 63
Binary 10101101 11001 11101101 11011 1011001 0 111 100011010 1010101 110011

Color Harmonies of #AD19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19ED

Black with #AD19ED

Text Example


Text Example

White with #AD19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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