Html Css Color HEX #AD25FD Electric Purple

📋 copy color: '#AD25FD'

red 173 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #AD25FD

Tints of Electric Purple #AD25FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 37.37%
G = 7.99%
B = 54.64%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD25FD (or 0xAD25FD) is known color: Electric Purple. HEX triplet: AD, 25 and FD. RGB value is (173,37,253). Sum of RGB (Red+Green+Blue) = 173+37+253=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD25FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25FD is #52DA02. Grayscale: #656565. Windows color (decimal): -5429763 or 16590253. OLE color: 16590253.

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

Color convert

RGB 173 37 253 -
CMYK 0.32 0.85 0 0.01
HSL 277.78º 0.98% 0.57% -
HSV(B) 277.78º 0.85% 0.99% -
XYZ 35.62 17.3 94.39 -
YUV 102.29 213.06 178.44 -
System Red Green Blue C M Y K H S L
Decimal 173 37 253 0.32 0.85 0 0.01 277.78 0.98 0.57
Hex AD 25 FD 20 55 0 1 116 62 39
Octal 255 45 375 40 125 0 1 426 142 71
Binary 10101101 100101 11111101 100000 1010101 0 1 100010110 1100010 111001

Color Harmonies of #AD25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25FD

Black with #AD25FD

Text Example


Text Example

White with #AD25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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