Html Css Color HEX #AC26FD Electric Purple

📋 copy color: '#AC26FD'

red 172 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #AC26FD

Tints of Electric Purple #AC26FD

RGB

 RED value IS 172 (67.58% from 255) = 37.15%

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

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

R = 37.15%
G = 8.21%
B = 54.64%

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

#AC26FD (or 0xAC26FD) is known color: Electric Purple. HEX triplet: AC, 26 and FD. RGB value is (172,38,253). Sum of RGB (Red+Green+Blue) = 172+38+253=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC26FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26FD is #53D902. Grayscale: #656565. Windows color (decimal): -5495043 or 16590508. OLE color: 16590508.

HSL color Cylindrical-coordinate representation of color #AC26FD: hue angle of 277.4º 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 #AC26FD is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 38 253 -
CMYK 0.32 0.85 0 0.01
HSL 277.4º 0.98% 0.57% -
HSV(B) 277.4º 0.85% 0.99% -
XYZ 35.44 17.25 94.39 -
YUV 102.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 172 38 253 0.32 0.85 0 0.01 277.4 0.98 0.57
Hex AC 26 FD 20 55 0 1 115 62 39
Octal 254 46 375 40 125 0 1 425 142 71
Binary 10101100 100110 11111101 100000 1010101 0 1 100010101 1100010 111001

Color Harmonies of #AC26FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26FD

Black with #AC26FD

Text Example


Text Example

White with #AC26FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26FD; }

 p { color: rgb(172,38,253); }

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

background-color css

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

 a { background-color: rgb(172,38,253); }

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

border-color css

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

 span { border-color: rgb(172,38,253); }

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