Html Css Color HEX #AC7FFD Medium Purple

📋 copy color: '#AC7FFD'

red 172 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #AC7FFD

Tints of Medium Purple #AC7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 31.16%
G = 23.01%
B = 45.83%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC7FFD (or 0xAC7FFD) is known color: Medium Purple. HEX triplet: AC, 7F and FD. RGB value is (172,127,253). Sum of RGB (Red+Green+Blue) = 172+127+253=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFD is #538002. Grayscale: #9A9A9A. Windows color (decimal): -5472259 or 16613292. OLE color: 16613292.

HSL color Cylindrical-coordinate representation of color #AC7FFD: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7FFD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 127 253 -
CMYK 0.32 0.50 0 0.01
HSL 261.43º 0.97% 0.75% -
HSV(B) 261.43º 0.5% 0.99% -
XYZ 42.33 31.04 96.69 -
YUV 154.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 172 127 253 0.32 0.50 0 0.01 261.43 0.97 0.75
Hex AC 7F FD 20 32 0 1 105 61 4B
Octal 254 177 375 40 62 0 1 405 141 113
Binary 10101100 1111111 11111101 100000 110010 0 1 100000101 1100001 1001011

Color Harmonies of #AC7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FFD

Black with #AC7FFD

Text Example


Text Example

White with #AC7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FFD; }

 p { color: rgb(172,127,253); }

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

background-color css

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

 a { background-color: rgb(172,127,253); }

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

border-color css

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

 span { border-color: rgb(172,127,253); }

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