Html Css Color HEX #AC00FB Electric Purple

📋 copy color: '#AC00FB'

red 172 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #AC00FB

Tints of Electric Purple #AC00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.66%
G = 0%
B = 59.34%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC00FB (or 0xAC00FB) is known color: Electric Purple. HEX triplet: AC, 00 and FB. RGB value is (172,0,251). Sum of RGB (Red+Green+Blue) = 172+0+251=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00FB is #53FF04. Grayscale: #4F4F4F. Windows color (decimal): -5504773 or 16449708. OLE color: 16449708.

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

Color convert

RGB 172 0 251 -
CMYK 0.31 1 0 0.02
HSL 281.12º 1% 0.49% -
HSV(B) 281.12º 1% 0.98% -
XYZ 34.43 15.74 92.49 -
YUV 80.04 224.48 193.59 -
System Red Green Blue C M Y K H S L
Decimal 172 0 251 0.31 1 0 0.02 281.12 1 0.49
Hex AC 0 FB 1F 64 0 2 119 64 31
Octal 254 0 373 37 144 0 2 431 144 61
Binary 10101100 0 11111011 11111 1100100 0 10 100011001 1100100 110001

Color Harmonies of #AC00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00FB

Black with #AC00FB

Text Example


Text Example

White with #AC00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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