Html Css Color HEX #AD27FD Electric Purple

📋 copy color: '#AD27FD'

red 173 ◦ green 39 ◦ blue 253

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

Shades of Electric Purple #AD27FD

Tints of Electric Purple #AD27FD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.39%

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 37.2%
G = 8.39%
B = 54.41%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD27FD (or 0xAD27FD) is known color: Electric Purple. HEX triplet: AD, 27 and FD. RGB value is (173,39,253). Sum of RGB (Red+Green+Blue) = 173+39+253=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD27FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD27FD is #52D802. Grayscale: #666666. Windows color (decimal): -5429251 or 16590765. OLE color: 16590765.

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

Color convert

RGB 173 39 253 -
CMYK 0.32 0.85 0 0.01
HSL 277.57º 0.98% 0.57% -
HSV(B) 277.57º 0.85% 0.99% -
XYZ 35.69 17.43 94.41 -
YUV 103.46 212.39 177.6 -
System Red Green Blue C M Y K H S L
Decimal 173 39 253 0.32 0.85 0 0.01 277.57 0.98 0.57
Hex AD 27 FD 20 55 0 1 116 62 39
Octal 255 47 375 40 125 0 1 426 142 71
Binary 10101101 100111 11111101 100000 1010101 0 1 100010110 1100010 111001

Color Harmonies of #AD27FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27FD

Black with #AD27FD

Text Example


Text Example

White with #AD27FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27FD; }

 p { color: rgb(173,39,253); }

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

background-color css

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

 a { background-color: rgb(173,39,253); }

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

border-color css

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

 span { border-color: rgb(173,39,253); }

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