Html Css Color HEX #AC6DFF Medium Purple

📋 copy color: '#AC6DFF'

red 172 ◦ green 109 ◦ blue 255

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

Shades of Medium Purple #AC6DFF

Tints of Medium Purple #AC6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.34%

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

R = 32.09%
G = 20.34%
B = 47.57%

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

#AC6DFF (or 0xAC6DFF) is known color: Medium Purple. HEX triplet: AC, 6D and FF. RGB value is (172,109,255). Sum of RGB (Red+Green+Blue) = 172+109+255=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC6DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6DFF is #539200. Grayscale: #8F8F8F. Windows color (decimal): -5476865 or 16739756. OLE color: 16739756.

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

Color convert

RGB 172 109 255 -
CMYK 0.33 0.57 0 0
HSL 265.89º 1% 0.71% -
HSV(B) 265.89º 0.57% 1% -
XYZ 40.53 26.93 97.67 -
YUV 144.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 172 109 255 0.33 0.57 0 0 265.89 1 0.71
Hex AC 6D FF 21 39 0 0 10A 64 47
Octal 254 155 377 41 71 0 0 412 144 107
Binary 10101100 1101101 11111111 100001 111001 0 0 100001010 1100100 1000111

Color Harmonies of #AC6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DFF

Black with #AC6DFF

Text Example


Text Example

White with #AC6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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