Html Css Color HEX #AD29FF Electric Purple

📋 copy color: '#AD29FF'

red 173 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #AD29FF

Tints of Electric Purple #AD29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.74%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 36.89%
G = 8.74%
B = 54.37%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD29FF (or 0xAD29FF) is known color: Electric Purple. HEX triplet: AD, 29 and FF. RGB value is (173,41,255). Sum of RGB (Red+Green+Blue) = 173+41+255=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29FF is #52D600. Grayscale: #686868. Windows color (decimal): -5428737 or 16722349. OLE color: 16722349.

HSL color Cylindrical-coordinate representation of color #AD29FF: hue angle of 277.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD29FF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 41 255 -
CMYK 0.32 0.84 0 0
HSL 277.01º 1% 0.58% -
HSV(B) 277.01º 0.84% 1% -
XYZ 36.08 17.69 96.12 -
YUV 104.86 212.73 176.6 -
System Red Green Blue C M Y K H S L
Decimal 173 41 255 0.32 0.84 0 0 277.01 1 0.58
Hex AD 29 FF 20 54 0 0 115 64 3A
Octal 255 51 377 40 124 0 0 425 144 72
Binary 10101101 101001 11111111 100000 1010100 0 0 100010101 1100100 111010

Color Harmonies of #AD29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29FF

Black with #AD29FF

Text Example


Text Example

White with #AD29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29FF; }

 p { color: rgb(173,41,255); }

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

background-color css

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

 a { background-color: rgb(173,41,255); }

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

border-color css

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

 span { border-color: rgb(173,41,255); }

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