Html Css Color HEX #AD25FA Electric Purple

📋 copy color: '#AD25FA'

red 173 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #AD25FA

Tints of Electric Purple #AD25FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 37.61%
G = 8.04%
B = 54.35%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD25FA (or 0xAD25FA) is known color: Electric Purple. HEX triplet: AD, 25 and FA. RGB value is (173,37,250). Sum of RGB (Red+Green+Blue) = 173+37+250=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD25FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25FA is #52DA05. Grayscale: #656565. Windows color (decimal): -5429766 or 16393645. OLE color: 16393645.

HSL color Cylindrical-coordinate representation of color #AD25FA: hue angle of 278.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD25FA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 37 250 -
CMYK 0.31 0.85 0 0.02
HSL 278.31º 0.96% 0.56% -
HSV(B) 278.31º 0.85% 0.98% -
XYZ 35.15 17.11 91.89 -
YUV 101.95 211.56 178.68 -
System Red Green Blue C M Y K H S L
Decimal 173 37 250 0.31 0.85 0 0.02 278.31 0.96 0.56
Hex AD 25 FA 1F 55 0 2 116 60 38
Octal 255 45 372 37 125 0 2 426 140 70
Binary 10101101 100101 11111010 11111 1010101 0 10 100010110 1100000 111000

Color Harmonies of #AD25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25FA

Black with #AD25FA

Text Example


Text Example

White with #AD25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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