Html Css Color HEX #AD24F6 Electric Purple

📋 copy color: '#AD24F6'

red 173 ◦ green 36 ◦ blue 246

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

Shades of Electric Purple #AD24F6

Tints of Electric Purple #AD24F6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.91%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 38.02%
G = 7.91%
B = 54.07%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD24F6 (or 0xAD24F6) is known color: Electric Purple. HEX triplet: AD, 24 and F6. RGB value is (173,36,246). Sum of RGB (Red+Green+Blue) = 173+36+246=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD24F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24F6 is #52DB09. Grayscale: #646464. Windows color (decimal): -5430026 or 16131245. OLE color: 16131245.

HSL color Cylindrical-coordinate representation of color #AD24F6: hue angle of 279.14º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24F6 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 36 246 -
CMYK 0.30 0.85 0 0.04
HSL 279.14º 0.92% 0.55% -
HSV(B) 279.14º 0.85% 0.96% -
XYZ 34.5 16.8 88.61 -
YUV 100.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 173 36 246 0.30 0.85 0 0.04 279.14 0.92 0.55
Hex AD 24 F6 1E 55 0 4 117 5C 37
Octal 255 44 366 36 125 0 4 427 134 67
Binary 10101101 100100 11110110 11110 1010101 0 100 100010111 1011100 110111

Color Harmonies of #AD24F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24F6

Black with #AD24F6

Text Example


Text Example

White with #AD24F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24F6; }

 p { color: rgb(173,36,246); }

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

background-color css

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

 a { background-color: rgb(173,36,246); }

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

border-color css

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

 span { border-color: rgb(173,36,246); }

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