Html Css Color HEX #AD1DEC Electric Purple

📋 copy color: '#AD1DEC'

red 173 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #AD1DEC

Tints of Electric Purple #AD1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.62%

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 39.5%
G = 6.62%
B = 53.88%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD1DEC (or 0xAD1DEC) is known color: Electric Purple. HEX triplet: AD, 1D and EC. RGB value is (173,29,236). Sum of RGB (Red+Green+Blue) = 173+29+236=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1DEC is #52E213. Grayscale: #5E5E5E. Windows color (decimal): -5431828 or 15474093. OLE color: 15474093.

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

Color convert

RGB 173 29 236 -
CMYK 0.27 0.88 0 0.07
HSL 281.74º 0.84% 0.52% -
HSV(B) 281.74º 0.88% 0.93% -
XYZ 32.81 15.82 80.68 -
YUV 95.65 207.21 183.17 -
System Red Green Blue C M Y K H S L
Decimal 173 29 236 0.27 0.88 0 0.07 281.74 0.84 0.52
Hex AD 1D EC 1B 58 0 7 11A 54 34
Octal 255 35 354 33 130 0 7 432 124 64
Binary 10101101 11101 11101100 11011 1011000 0 111 100011010 1010100 110100

Color Harmonies of #AD1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DEC

Black with #AD1DEC

Text Example


Text Example

White with #AD1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DEC; }

 p { color: rgb(173,29,236); }

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

background-color css

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

 a { background-color: rgb(173,29,236); }

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

border-color css

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

 span { border-color: rgb(173,29,236); }

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