Html Css Color HEX #AD25FF Electric Purple

📋 copy color: '#AD25FF'

red 173 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #AD25FF

Tints of Electric Purple #AD25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.96%

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

R = 37.2%
G = 7.96%
B = 54.84%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD25FF (or 0xAD25FF) is known color: Electric Purple. HEX triplet: AD, 25 and FF. RGB value is (173,37,255). Sum of RGB (Red+Green+Blue) = 173+37+255=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25FF is #52DA00. Grayscale: #656565. Windows color (decimal): -5429761 or 16721325. OLE color: 16721325.

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

Color convert

RGB 173 37 255 -
CMYK 0.32 0.85 0 0
HSL 277.43º 1% 0.57% -
HSV(B) 277.43º 0.85% 1% -
XYZ 35.95 17.43 96.08 -
YUV 102.52 214.06 178.27 -
System Red Green Blue C M Y K H S L
Decimal 173 37 255 0.32 0.85 0 0 277.43 1 0.57
Hex AD 25 FF 20 55 0 0 115 64 39
Octal 255 45 377 40 125 0 0 425 144 71
Binary 10101101 100101 11111111 100000 1010101 0 0 100010101 1100100 111001

Color Harmonies of #AD25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25FF

Black with #AD25FF

Text Example


Text Example

White with #AD25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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