Html Css Color HEX #AC70EC Medium Purple

📋 copy color: '#AC70EC'

red 172 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #AC70EC

Tints of Medium Purple #AC70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.54%

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

R = 33.08%
G = 21.54%
B = 45.38%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC70EC (or 0xAC70EC) is known color: Medium Purple. HEX triplet: AC, 70 and EC. RGB value is (172,112,236). Sum of RGB (Red+Green+Blue) = 172+112+236=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70EC is #538F13. Grayscale: #8F8F8F. Windows color (decimal): -5476116 or 15495340. OLE color: 15495340.

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

Color convert

RGB 172 112 236 -
CMYK 0.27 0.53 0 0.07
HSL 269.03º 0.77% 0.68% -
HSV(B) 269.03º 0.53% 0.93% -
XYZ 37.95 26.42 82.46 -
YUV 144.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 172 112 236 0.27 0.53 0 0.07 269.03 0.77 0.68
Hex AC 70 EC 1B 35 0 7 10D 4D 44
Octal 254 160 354 33 65 0 7 415 115 104
Binary 10101100 1110000 11101100 11011 110101 0 111 100001101 1001101 1000100

Color Harmonies of #AC70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70EC

Black with #AC70EC

Text Example


Text Example

White with #AC70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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