Html Css Color HEX #AC4ED0 Medium Orchid

📋 copy color: '#AC4ED0'

red 172 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #AC4ED0

Tints of Medium Orchid #AC4ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 37.55%
G = 17.03%
B = 45.41%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC4ED0 (or 0xAC4ED0) is known color: Medium Orchid. HEX triplet: AC, 4E and D0. RGB value is (172,78,208). Sum of RGB (Red+Green+Blue) = 172+78+208=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC4ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED0 is #53B12F. Grayscale: #787878. Windows color (decimal): -5484848 or 13651628. OLE color: 13651628.

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

Color convert

RGB 172 78 208 -
CMYK 0.17 0.62 0 0.18
HSL 283.38º 0.58% 0.56% -
HSV(B) 283.38º 0.63% 0.82% -
XYZ 31.12 18.77 61.66 -
YUV 120.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 172 78 208 0.17 0.62 0 0.18 283.38 0.58 0.56
Hex AC 4E D0 11 3E 0 12 11B 3A 38
Octal 254 116 320 21 76 0 22 433 72 70
Binary 10101100 1001110 11010000 10001 111110 0 10010 100011011 111010 111000

Color Harmonies of #AC4ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ED0

Black with #AC4ED0

Text Example


Text Example

White with #AC4ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ED0; }

 p { color: rgb(172,78,208); }

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

background-color css

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

 a { background-color: rgb(172,78,208); }

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

border-color css

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

 span { border-color: rgb(172,78,208); }

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