Html Css Color HEX #AD24FF Electric Purple

📋 copy color: '#AD24FF'

red 173 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #AD24FF

Tints of Electric Purple #AD24FF

RGB

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

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

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

R = 37.28%
G = 7.76%
B = 54.96%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD24FF (or 0xAD24FF) is known color: Electric Purple. HEX triplet: AD, 24 and FF. RGB value is (173,36,255). Sum of RGB (Red+Green+Blue) = 173+36+255=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24FF is #52DB00. Grayscale: #656565. Windows color (decimal): -5430017 or 16721069. OLE color: 16721069.

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

Color convert

RGB 173 36 255 -
CMYK 0.32 0.86 0 0
HSL 277.53º 1% 0.57% -
HSV(B) 277.53º 0.86% 1% -
XYZ 35.91 17.37 96.07 -
YUV 101.93 214.39 178.69 -
System Red Green Blue C M Y K H S L
Decimal 173 36 255 0.32 0.86 0 0 277.53 1 0.57
Hex AD 24 FF 20 56 0 0 116 64 39
Octal 255 44 377 40 126 0 0 426 144 71
Binary 10101101 100100 11111111 100000 1010110 0 0 100010110 1100100 111001

Color Harmonies of #AD24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24FF

Black with #AD24FF

Text Example


Text Example

White with #AD24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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