Html Css Color HEX #AD26FF Electric Purple

📋 copy color: '#AD26FF'

red 173 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #AD26FF

Tints of Electric Purple #AD26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.15%

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

R = 37.12%
G = 8.15%
B = 54.72%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD26FF (or 0xAD26FF) is known color: Electric Purple. HEX triplet: AD, 26 and FF. RGB value is (173,38,255). Sum of RGB (Red+Green+Blue) = 173+38+255=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD26FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26FF is #52D900. Grayscale: #666666. Windows color (decimal): -5429505 or 16721581. OLE color: 16721581.

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

Color convert

RGB 173 38 255 -
CMYK 0.32 0.85 0 0
HSL 277.33º 1% 0.57% -
HSV(B) 277.33º 0.85% 1% -
XYZ 35.98 17.49 96.09 -
YUV 103.1 213.73 177.86 -
System Red Green Blue C M Y K H S L
Decimal 173 38 255 0.32 0.85 0 0 277.33 1 0.57
Hex AD 26 FF 20 55 0 0 115 64 39
Octal 255 46 377 40 125 0 0 425 144 71
Binary 10101101 100110 11111111 100000 1010101 0 0 100010101 1100100 111001

Color Harmonies of #AD26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26FF

Black with #AD26FF

Text Example


Text Example

White with #AD26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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