Html Css Color HEX #AD18EB Electric Purple

📋 copy color: '#AD18EB'

red 173 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #AD18EB

Tints of Electric Purple #AD18EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.56%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 40.05%
G = 5.56%
B = 54.4%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD18EB (or 0xAD18EB) is known color: Electric Purple. HEX triplet: AD, 18 and EB. RGB value is (173,24,235). Sum of RGB (Red+Green+Blue) = 173+24+235=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18EB is #52E714. Grayscale: #5B5B5B. Windows color (decimal): -5433109 or 15407277. OLE color: 15407277.

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

Color convert

RGB 173 24 235 -
CMYK 0.26 0.90 0 0.08
HSL 282.37º 0.84% 0.51% -
HSV(B) 282.37º 0.9% 0.92% -
XYZ 32.56 15.54 79.88 -
YUV 92.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 173 24 235 0.26 0.90 0 0.08 282.37 0.84 0.51
Hex AD 18 EB 1A 5A 0 8 11A 54 33
Octal 255 30 353 32 132 0 10 432 124 63
Binary 10101101 11000 11101011 11010 1011010 0 1000 100011010 1010100 110011

Color Harmonies of #AD18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18EB

Black with #AD18EB

Text Example


Text Example

White with #AD18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18EB; }

 p { color: rgb(173,24,235); }

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

background-color css

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

 a { background-color: rgb(173,24,235); }

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

border-color css

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

 span { border-color: rgb(173,24,235); }

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