Html Css Color HEX #AC0EFB Electric Purple

📋 copy color: '#AC0EFB'

red 172 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #AC0EFB

Tints of Electric Purple #AC0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

 BLUE value IS 251 (98.44% from 255) = 57.44%

R = 39.36%
G = 3.2%
B = 57.44%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC0EFB (or 0xAC0EFB) is known color: Electric Purple. HEX triplet: AC, 0E and FB. RGB value is (172,14,251). Sum of RGB (Red+Green+Blue) = 172+14+251=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFB is #53F104. Grayscale: #575757. Windows color (decimal): -5501189 or 16453292. OLE color: 16453292.

HSL color Cylindrical-coordinate representation of color #AC0EFB: hue angle of 280º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EFB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 14 251 -
CMYK 0.31 0.94 0 0.02
HSL 280º 0.97% 0.52% -
HSV(B) 280º 0.94% 0.98% -
XYZ 34.58 16.05 92.54 -
YUV 88.26 219.85 187.73 -
System Red Green Blue C M Y K H S L
Decimal 172 14 251 0.31 0.94 0 0.02 280 0.97 0.52
Hex AC E FB 1F 5E 0 2 118 61 34
Octal 254 16 373 37 136 0 2 430 141 64
Binary 10101100 1110 11111011 11111 1011110 0 10 100011000 1100001 110100

Color Harmonies of #AC0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EFB

Black with #AC0EFB

Text Example


Text Example

White with #AC0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EFB; }

 p { color: rgb(172,14,251); }

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

background-color css

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

 a { background-color: rgb(172,14,251); }

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

border-color css

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

 span { border-color: rgb(172,14,251); }

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