Html Css Color HEX #AC4FDC Medium Orchid

📋 copy color: '#AC4FDC'

red 172 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #AC4FDC

Tints of Medium Orchid #AC4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 36.52%
G = 16.77%
B = 46.71%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC4FDC (or 0xAC4FDC) is known color: Medium Orchid. HEX triplet: AC, 4F and DC. RGB value is (172,79,220). Sum of RGB (Red+Green+Blue) = 172+79+220=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FDC is #53B023. Grayscale: #7A7A7A. Windows color (decimal): -5484580 or 14438316. OLE color: 14438316.

HSL color Cylindrical-coordinate representation of color #AC4FDC: hue angle of 279.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4FDC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 79 220 -
CMYK 0.22 0.64 0 0.14
HSL 279.57º 0.67% 0.59% -
HSV(B) 279.57º 0.64% 0.86% -
XYZ 32.73 19.53 69.75 -
YUV 122.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 172 79 220 0.22 0.64 0 0.14 279.57 0.67 0.59
Hex AC 4F DC 16 40 0 E 118 43 3B
Octal 254 117 334 26 100 0 16 430 103 73
Binary 10101100 1001111 11011100 10110 1000000 0 1110 100011000 1000011 111011

Color Harmonies of #AC4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FDC

Black with #AC4FDC

Text Example


Text Example

White with #AC4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FDC; }

 p { color: rgb(172,79,220); }

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

background-color css

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

 a { background-color: rgb(172,79,220); }

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

border-color css

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

 span { border-color: rgb(172,79,220); }

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