Html Css Color HEX #AC4DCF Medium Orchid

📋 copy color: '#AC4DCF'

red 172 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #AC4DCF

Tints of Medium Orchid #AC4DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 37.72%
G = 16.89%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC4DCF (or 0xAC4DCF) is known color: Medium Orchid. HEX triplet: AC, 4D and CF. RGB value is (172,77,207). Sum of RGB (Red+Green+Blue) = 172+77+207=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DCF is #53B230. Grayscale: #777777. Windows color (decimal): -5485105 or 13585836. OLE color: 13585836.

HSL color Cylindrical-coordinate representation of color #AC4DCF: hue angle of 283.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4DCF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 77 207 -
CMYK 0.17 0.63 0 0.19
HSL 283.85º 0.58% 0.56% -
HSV(B) 283.85º 0.63% 0.81% -
XYZ 30.93 18.58 60.99 -
YUV 120.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 172 77 207 0.17 0.63 0 0.19 283.85 0.58 0.56
Hex AC 4D CF 11 3F 0 13 11C 3A 38
Octal 254 115 317 21 77 0 23 434 72 70
Binary 10101100 1001101 11001111 10001 111111 0 10011 100011100 111010 111000

Color Harmonies of #AC4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DCF

Black with #AC4DCF

Text Example


Text Example

White with #AC4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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