Html Css Color HEX #AC6DF0 Medium Purple

📋 copy color: '#AC6DF0'

red 172 ◦ green 109 ◦ blue 240

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

Shades of Medium Purple #AC6DF0

Tints of Medium Purple #AC6DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 33.01%
G = 20.92%
B = 46.07%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC6DF0 (or 0xAC6DF0) is known color: Medium Purple. HEX triplet: AC, 6D and F0. RGB value is (172,109,240). Sum of RGB (Red+Green+Blue) = 172+109+240=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6DF0 is #53920F. Grayscale: #8E8E8E. Windows color (decimal): -5476880 or 15756716. OLE color: 15756716.

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

Color convert

RGB 172 109 240 -
CMYK 0.28 0.55 0 0.06
HSL 268.85º 0.81% 0.68% -
HSV(B) 268.85º 0.55% 0.94% -
XYZ 38.21 26 85.44 -
YUV 142.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 172 109 240 0.28 0.55 0 0.06 268.85 0.81 0.68
Hex AC 6D F0 1C 37 0 6 10D 51 44
Octal 254 155 360 34 67 0 6 415 121 104
Binary 10101100 1101101 11110000 11100 110111 0 110 100001101 1010001 1000100

Color Harmonies of #AC6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DF0

Black with #AC6DF0

Text Example


Text Example

White with #AC6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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