Html Css Color HEX #AD20F3 Electric Purple

📋 copy color: '#AD20F3'

red 173 ◦ green 32 ◦ blue 243

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

Shades of Electric Purple #AD20F3

Tints of Electric Purple #AD20F3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.14%

 BLUE value IS 243 (95.31% from 255) = 54.24%

R = 38.62%
G = 7.14%
B = 54.24%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD20F3 (or 0xAD20F3) is known color: Electric Purple. HEX triplet: AD, 20 and F3. RGB value is (173,32,243). Sum of RGB (Red+Green+Blue) = 173+32+243=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD20F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20F3 is #52DF0C. Grayscale: #616161. Windows color (decimal): -5431053 or 15933613. OLE color: 15933613.

HSL color Cylindrical-coordinate representation of color #AD20F3: hue angle of 280.09º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20F3 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 32 243 -
CMYK 0.29 0.87 0 0.05
HSL 280.09º 0.9% 0.54% -
HSV(B) 280.09º 0.87% 0.95% -
XYZ 33.93 16.39 86.17 -
YUV 98.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 173 32 243 0.29 0.87 0 0.05 280.09 0.9 0.54
Hex AD 20 F3 1D 57 0 5 118 5A 36
Octal 255 40 363 35 127 0 5 430 132 66
Binary 10101101 100000 11110011 11101 1010111 0 101 100011000 1011010 110110

Color Harmonies of #AD20F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20F3

Black with #AD20F3

Text Example


Text Example

White with #AD20F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20F3; }

 p { color: rgb(173,32,243); }

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

background-color css

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

 a { background-color: rgb(173,32,243); }

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

border-color css

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

 span { border-color: rgb(173,32,243); }

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