Html Css Color HEX #AC6FEF Medium Purple

📋 copy color: '#AC6FEF'

red 172 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #AC6FEF

Tints of Medium Purple #AC6FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 32.95%
G = 21.26%
B = 45.79%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC6FEF (or 0xAC6FEF) is known color: Medium Purple. HEX triplet: AC, 6F and EF. RGB value is (172,111,239). Sum of RGB (Red+Green+Blue) = 172+111+239=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC6FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FEF is #539010. Grayscale: #8F8F8F. Windows color (decimal): -5476369 or 15691692. OLE color: 15691692.

HSL color Cylindrical-coordinate representation of color #AC6FEF: hue angle of 268.59º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC6FEF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 111 239 -
CMYK 0.28 0.54 0 0.06
HSL 268.59º 0.8% 0.69% -
HSV(B) 268.59º 0.54% 0.94% -
XYZ 38.28 26.37 84.73 -
YUV 143.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 172 111 239 0.28 0.54 0 0.06 268.59 0.8 0.69
Hex AC 6F EF 1C 36 0 6 10D 50 45
Octal 254 157 357 34 66 0 6 415 120 105
Binary 10101100 1101111 11101111 11100 110110 0 110 100001101 1010000 1000101

Color Harmonies of #AC6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FEF

Black with #AC6FEF

Text Example


Text Example

White with #AC6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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