Html Css Color HEX #AD25F9 Electric Purple

📋 copy color: '#AD25F9'

red 173 ◦ green 37 ◦ blue 249

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

Shades of Electric Purple #AD25F9

Tints of Electric Purple #AD25F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 37.69%
G = 8.06%
B = 54.25%

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

#AD25F9 (or 0xAD25F9) is known color: Electric Purple. HEX triplet: AD, 25 and F9. RGB value is (173,37,249). Sum of RGB (Red+Green+Blue) = 173+37+249=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD25F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25F9 is #52DA06. Grayscale: #656565. Windows color (decimal): -5429767 or 16328109. OLE color: 16328109.

HSL color Cylindrical-coordinate representation of color #AD25F9: hue angle of 278.49º degrees, saturation: 0.95, 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 #AD25F9 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 37 249 -
CMYK 0.31 0.85 0 0.02
HSL 278.49º 0.95% 0.56% -
HSV(B) 278.49º 0.85% 0.98% -
XYZ 34.99 17.05 91.07 -
YUV 101.83 211.06 178.76 -
System Red Green Blue C M Y K H S L
Decimal 173 37 249 0.31 0.85 0 0.02 278.49 0.95 0.56
Hex AD 25 F9 1F 55 0 2 116 5F 38
Octal 255 45 371 37 125 0 2 426 137 70
Binary 10101101 100101 11111001 11111 1010101 0 10 100010110 1011111 111000

Color Harmonies of #AD25F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25F9

Black with #AD25F9

Text Example


Text Example

White with #AD25F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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