Html Css Color HEX #AC0BFA Electric Purple

📋 copy color: '#AC0BFA'

red 172 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #AC0BFA

Tints of Electric Purple #AC0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.54%

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 39.72%
G = 2.54%
B = 57.74%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC0BFA (or 0xAC0BFA) is known color: Electric Purple. HEX triplet: AC, 0B and FA. RGB value is (172,11,250). Sum of RGB (Red+Green+Blue) = 172+11+250=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC0BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BFA is #53F405. Grayscale: #555555. Windows color (decimal): -5501958 or 16386988. OLE color: 16386988.

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

Color convert

RGB 172 11 250 -
CMYK 0.31 0.96 0 0.02
HSL 280.42º 0.96% 0.51% -
HSV(B) 280.42º 0.96% 0.98% -
XYZ 34.39 15.91 91.7 -
YUV 86.39 220.34 189.07 -
System Red Green Blue C M Y K H S L
Decimal 172 11 250 0.31 0.96 0 0.02 280.42 0.96 0.51
Hex AC B FA 1F 60 0 2 118 60 33
Octal 254 13 372 37 140 0 2 430 140 63
Binary 10101100 1011 11111010 11111 1100000 0 10 100011000 1100000 110011

Color Harmonies of #AC0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BFA

Black with #AC0BFA

Text Example


Text Example

White with #AC0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BFA; }

 p { color: rgb(172,11,250); }

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

background-color css

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

 a { background-color: rgb(172,11,250); }

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

border-color css

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

 span { border-color: rgb(172,11,250); }

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