Html Css Color HEX #AC7DF6 Medium Purple

📋 copy color: '#AC7DF6'

red 172 ◦ green 125 ◦ blue 246

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

Shades of Medium Purple #AC7DF6

Tints of Medium Purple #AC7DF6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 31.68%
G = 23.02%
B = 45.3%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC7DF6 (or 0xAC7DF6) is known color: Medium Purple. HEX triplet: AC, 7D and F6. RGB value is (172,125,246). Sum of RGB (Red+Green+Blue) = 172+125+246=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC7DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DF6 is #538209. Grayscale: #989898. Windows color (decimal): -5472778 or 16154028. OLE color: 16154028.

HSL color Cylindrical-coordinate representation of color #AC7DF6: hue angle of 263.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC7DF6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 125 246 -
CMYK 0.30 0.49 0 0.04
HSL 263.31º 0.87% 0.73% -
HSV(B) 263.31º 0.49% 0.96% -
XYZ 40.98 30.09 90.84 -
YUV 152.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 172 125 246 0.30 0.49 0 0.04 263.31 0.87 0.73
Hex AC 7D F6 1E 31 0 4 107 57 49
Octal 254 175 366 36 61 0 4 407 127 111
Binary 10101100 1111101 11110110 11110 110001 0 100 100000111 1010111 1001001

Color Harmonies of #AC7DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DF6

Black with #AC7DF6

Text Example


Text Example

White with #AC7DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DF6; }

 p { color: rgb(172,125,246); }

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

background-color css

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

 a { background-color: rgb(172,125,246); }

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

border-color css

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

 span { border-color: rgb(172,125,246); }

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