Html Css Color HEX #AC81EC Medium Purple

📋 copy color: '#AC81EC'

red 172 ◦ green 129 ◦ blue 236

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

Shades of Medium Purple #AC81EC

Tints of Medium Purple #AC81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.02%

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

R = 32.03%
G = 24.02%
B = 43.95%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC81EC (or 0xAC81EC) is known color: Medium Purple. HEX triplet: AC, 81 and EC. RGB value is (172,129,236). Sum of RGB (Red+Green+Blue) = 172+129+236=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81EC is #537E13. Grayscale: #999999. Windows color (decimal): -5471764 or 15499692. OLE color: 15499692.

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

Color convert

RGB 172 129 236 -
CMYK 0.27 0.45 0 0.07
HSL 264.11º 0.74% 0.72% -
HSV(B) 264.11º 0.45% 0.93% -
XYZ 40 30.53 83.14 -
YUV 154.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 172 129 236 0.27 0.45 0 0.07 264.11 0.74 0.72
Hex AC 81 EC 1B 2D 0 7 108 4A 48
Octal 254 201 354 33 55 0 7 410 112 110
Binary 10101100 10000001 11101100 11011 101101 0 111 100001000 1001010 1001000

Color Harmonies of #AC81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81EC

Black with #AC81EC

Text Example


Text Example

White with #AC81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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