Html Css Color HEX #AC7DFF Medium Purple

📋 copy color: '#AC7DFF'

red 172 ◦ green 125 ◦ blue 255

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

Shades of Medium Purple #AC7DFF

Tints of Medium Purple #AC7DFF

RGB

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

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

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

R = 31.16%
G = 22.64%
B = 46.2%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC7DFF (or 0xAC7DFF) is known color: Medium Purple. HEX triplet: AC, 7D and FF. RGB value is (172,125,255). Sum of RGB (Red+Green+Blue) = 172+125+255=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DFF is #538200. Grayscale: #999999. Windows color (decimal): -5472769 or 16743852. OLE color: 16743852.

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

Color convert

RGB 172 125 255 -
CMYK 0.33 0.51 0 0
HSL 261.69º 1% 0.75% -
HSV(B) 261.69º 0.51% 1% -
XYZ 42.4 30.66 98.29 -
YUV 153.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 172 125 255 0.33 0.51 0 0 261.69 1 0.75
Hex AC 7D FF 21 33 0 0 106 64 4B
Octal 254 175 377 41 63 0 0 406 144 113
Binary 10101100 1111101 11111111 100001 110011 0 0 100000110 1100100 1001011

Color Harmonies of #AC7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DFF

Black with #AC7DFF

Text Example


Text Example

White with #AC7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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