Html Css Color HEX #AC0BEC Electric Purple

📋 copy color: '#AC0BEC'

red 172 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #AC0BEC

Tints of Electric Purple #AC0BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 41.05%
G = 2.63%
B = 56.32%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC0BEC (or 0xAC0BEC) is known color: Electric Purple. HEX triplet: AC, 0B and EC. RGB value is (172,11,236). Sum of RGB (Red+Green+Blue) = 172+11+236=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC0BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BEC is #53F413. Grayscale: #545454. Windows color (decimal): -5501972 or 15469484. OLE color: 15469484.

HSL color Cylindrical-coordinate representation of color #AC0BEC: hue angle of 282.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BEC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 11 236 -
CMYK 0.27 0.95 0 0.07
HSL 282.93º 0.91% 0.48% -
HSV(B) 282.93º 0.95% 0.93% -
XYZ 32.27 15.07 80.56 -
YUV 84.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 172 11 236 0.27 0.95 0 0.07 282.93 0.91 0.48
Hex AC B EC 1B 5F 0 7 11B 5B 30
Octal 254 13 354 33 137 0 7 433 133 60
Binary 10101100 1011 11101100 11011 1011111 0 111 100011011 1011011 110000

Color Harmonies of #AC0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BEC

Black with #AC0BEC

Text Example


Text Example

White with #AC0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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