Html Css Color HEX #AD23F7 Electric Purple

📋 copy color: '#AD23F7'

red 173 ◦ green 35 ◦ blue 247

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

Shades of Electric Purple #AD23F7

Tints of Electric Purple #AD23F7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.69%

 BLUE value IS 247 (96.88% from 255) = 54.29%

R = 38.02%
G = 7.69%
B = 54.29%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD23F7 (or 0xAD23F7) is known color: Electric Purple. HEX triplet: AD, 23 and F7. RGB value is (173,35,247). Sum of RGB (Red+Green+Blue) = 173+35+247=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD23F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD23F7 is #52DC08. Grayscale: #636363. Windows color (decimal): -5430281 or 16196525. OLE color: 16196525.

HSL color Cylindrical-coordinate representation of color #AD23F7: hue angle of 279.06º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD23F7 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 35 247 -
CMYK 0.30 0.86 0 0.03
HSL 279.06º 0.93% 0.55% -
HSV(B) 279.06º 0.86% 0.97% -
XYZ 34.62 16.8 89.41 -
YUV 100.43 210.72 179.76 -
System Red Green Blue C M Y K H S L
Decimal 173 35 247 0.30 0.86 0 0.03 279.06 0.93 0.55
Hex AD 23 F7 1E 56 0 3 117 5D 37
Octal 255 43 367 36 126 0 3 427 135 67
Binary 10101101 100011 11110111 11110 1010110 0 11 100010111 1011101 110111

Color Harmonies of #AD23F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23F7

Black with #AD23F7

Text Example


Text Example

White with #AD23F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23F7; }

 p { color: rgb(173,35,247); }

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

background-color css

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

 a { background-color: rgb(173,35,247); }

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

border-color css

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

 span { border-color: rgb(173,35,247); }

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