Html Css Color HEX #AC6EFF Medium Purple

📋 copy color: '#AC6EFF'

red 172 ◦ green 110 ◦ blue 255

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

Shades of Medium Purple #AC6EFF

Tints of Medium Purple #AC6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.48%

 BLUE value IS 255 (100% from 255) = 47.49%

R = 32.03%
G = 20.48%
B = 47.49%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC6EFF (or 0xAC6EFF) is known color: Medium Purple. HEX triplet: AC, 6E and FF. RGB value is (172,110,255). Sum of RGB (Red+Green+Blue) = 172+110+255=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFF is #539100. Grayscale: #909090. Windows color (decimal): -5476609 or 16740012. OLE color: 16740012.

HSL color Cylindrical-coordinate representation of color #AC6EFF: hue angle of 265.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6EFF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 110 255 -
CMYK 0.33 0.57 0 0
HSL 265.66º 1% 0.72% -
HSV(B) 265.66º 0.57% 1% -
XYZ 40.64 27.14 97.7 -
YUV 145.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 172 110 255 0.33 0.57 0 0 265.66 1 0.72
Hex AC 6E FF 21 39 0 0 10A 64 48
Octal 254 156 377 41 71 0 0 412 144 110
Binary 10101100 1101110 11111111 100001 111001 0 0 100001010 1100100 1001000

Color Harmonies of #AC6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EFF

Black with #AC6EFF

Text Example


Text Example

White with #AC6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EFF; }

 p { color: rgb(172,110,255); }

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

background-color css

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

 a { background-color: rgb(172,110,255); }

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

border-color css

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

 span { border-color: rgb(172,110,255); }

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