Html Css Color HEX #AC4DDC Medium Orchid

📋 copy color: '#AC4DDC'

red 172 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #AC4DDC

Tints of Medium Orchid #AC4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

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

R = 36.67%
G = 16.42%
B = 46.91%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC4DDC (or 0xAC4DDC) is known color: Medium Orchid. HEX triplet: AC, 4D and DC. RGB value is (172,77,220). Sum of RGB (Red+Green+Blue) = 172+77+220=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDC is #53B223. Grayscale: #797979. Windows color (decimal): -5485092 or 14437804. OLE color: 14437804.

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

Color convert

RGB 172 77 220 -
CMYK 0.22 0.65 0 0.14
HSL 279.86º 0.67% 0.58% -
HSV(B) 279.86º 0.65% 0.86% -
XYZ 32.59 19.25 69.71 -
YUV 121.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 172 77 220 0.22 0.65 0 0.14 279.86 0.67 0.58
Hex AC 4D DC 16 41 0 E 118 43 3A
Octal 254 115 334 26 101 0 16 430 103 72
Binary 10101100 1001101 11011100 10110 1000001 0 1110 100011000 1000011 111010

Color Harmonies of #AC4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DDC

Black with #AC4DDC

Text Example


Text Example

White with #AC4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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