Html Css Color HEX #AC0BFB Electric Purple

📋 copy color: '#AC0BFB'

red 172 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #AC0BFB

Tints of Electric Purple #AC0BFB

RGB

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

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

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

R = 39.63%
G = 2.53%
B = 57.83%

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

#AC0BFB (or 0xAC0BFB) is known color: Electric Purple. HEX triplet: AC, 0B and FB. RGB value is (172,11,251). Sum of RGB (Red+Green+Blue) = 172+11+251=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC0BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BFB is #53F404. Grayscale: #555555. Windows color (decimal): -5501957 or 16452524. OLE color: 16452524.

HSL color Cylindrical-coordinate representation of color #AC0BFB: hue angle of 280.25º degrees, saturation: 0.97, 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 #AC0BFB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 11 251 -
CMYK 0.31 0.96 0 0.02
HSL 280.25º 0.97% 0.51% -
HSV(B) 280.25º 0.96% 0.98% -
XYZ 34.55 15.98 92.53 -
YUV 86.5 220.84 188.99 -
System Red Green Blue C M Y K H S L
Decimal 172 11 251 0.31 0.96 0 0.02 280.25 0.97 0.51
Hex AC B FB 1F 60 0 2 118 61 33
Octal 254 13 373 37 140 0 2 430 141 63
Binary 10101100 1011 11111011 11111 1100000 0 10 100011000 1100001 110011

Color Harmonies of #AC0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BFB

Black with #AC0BFB

Text Example


Text Example

White with #AC0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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