Html Css Color HEX #AC6FEE Medium Purple

📋 copy color: '#AC6FEE'

red 172 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #AC6FEE

Tints of Medium Purple #AC6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

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

R = 33.01%
G = 21.31%
B = 45.68%

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

#AC6FEE (or 0xAC6FEE) is known color: Medium Purple. HEX triplet: AC, 6F and EE. RGB value is (172,111,238). Sum of RGB (Red+Green+Blue) = 172+111+238=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FEE is #539011. Grayscale: #8F8F8F. Windows color (decimal): -5476370 or 15626156. OLE color: 15626156.

HSL color Cylindrical-coordinate representation of color #AC6FEE: hue angle of 268.82º degrees, saturation: 0.79, 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 #AC6FEE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 111 238 -
CMYK 0.28 0.53 0 0.07
HSL 268.82º 0.79% 0.68% -
HSV(B) 268.82º 0.53% 0.93% -
XYZ 38.13 26.31 83.96 -
YUV 143.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 172 111 238 0.28 0.53 0 0.07 268.82 0.79 0.68
Hex AC 6F EE 1C 35 0 7 10D 4F 44
Octal 254 157 356 34 65 0 7 415 117 104
Binary 10101100 1101111 11101110 11100 110101 0 111 100001101 1001111 1000100

Color Harmonies of #AC6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FEE

Black with #AC6FEE

Text Example


Text Example

White with #AC6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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