Html Css Color HEX #AC70EE Medium Purple

📋 copy color: '#AC70EE'

red 172 ◦ green 112 ◦ blue 238

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

Shades of Medium Purple #AC70EE

Tints of Medium Purple #AC70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 32.95%
G = 21.46%
B = 45.59%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC70EE (or 0xAC70EE) is known color: Medium Purple. HEX triplet: AC, 70 and EE. RGB value is (172,112,238). Sum of RGB (Red+Green+Blue) = 172+112+238=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC70EE is #538F11. Grayscale: #8F8F8F. Windows color (decimal): -5476114 or 15626412. OLE color: 15626412.

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

Color convert

RGB 172 112 238 -
CMYK 0.28 0.53 0 0.07
HSL 268.57º 0.79% 0.69% -
HSV(B) 268.57º 0.53% 0.93% -
XYZ 38.24 26.53 83.99 -
YUV 144.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 172 112 238 0.28 0.53 0 0.07 268.57 0.79 0.69
Hex AC 70 EE 1C 35 0 7 10D 4F 45
Octal 254 160 356 34 65 0 7 415 117 105
Binary 10101100 1110000 11101110 11100 110101 0 111 100001101 1001111 1000101

Color Harmonies of #AC70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70EE

Black with #AC70EE

Text Example


Text Example

White with #AC70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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