Html Css Color HEX #AD24FA Electric Purple

📋 copy color: '#AD24FA'

red 173 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #AD24FA

Tints of Electric Purple #AD24FA

RGB

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

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

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

R = 37.69%
G = 7.84%
B = 54.47%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD24FA (or 0xAD24FA) is known color: Electric Purple. HEX triplet: AD, 24 and FA. RGB value is (173,36,250). Sum of RGB (Red+Green+Blue) = 173+36+250=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD24FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24FA is #52DB05. Grayscale: #646464. Windows color (decimal): -5430022 or 16393389. OLE color: 16393389.

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

Color convert

RGB 173 36 250 -
CMYK 0.31 0.86 0 0.02
HSL 278.41º 0.96% 0.56% -
HSV(B) 278.41º 0.86% 0.98% -
XYZ 35.12 17.05 91.88 -
YUV 101.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 173 36 250 0.31 0.86 0 0.02 278.41 0.96 0.56
Hex AD 24 FA 1F 56 0 2 116 60 38
Octal 255 44 372 37 126 0 2 426 140 70
Binary 10101101 100100 11111010 11111 1010110 0 10 100010110 1100000 111000

Color Harmonies of #AD24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24FA

Black with #AD24FA

Text Example


Text Example

White with #AD24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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