Html Css Color HEX #AC4ED5 Medium Orchid

📋 copy color: '#AC4ED5'

red 172 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #AC4ED5

Tints of Medium Orchid #AC4ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46%

R = 37.15%
G = 16.85%
B = 46%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC4ED5 (or 0xAC4ED5) is known color: Medium Orchid. HEX triplet: AC, 4E and D5. RGB value is (172,78,213). Sum of RGB (Red+Green+Blue) = 172+78+213=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED5 is #53B12A. Grayscale: #797979. Windows color (decimal): -5484843 or 13979308. OLE color: 13979308.

HSL color Cylindrical-coordinate representation of color #AC4ED5: hue angle of 281.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4ED5 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 78 213 -
CMYK 0.19 0.63 0 0.16
HSL 281.78º 0.62% 0.57% -
HSV(B) 281.78º 0.63% 0.84% -
XYZ 31.75 19.02 64.95 -
YUV 121.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 172 78 213 0.19 0.63 0 0.16 281.78 0.62 0.57
Hex AC 4E D5 13 3F 0 10 11A 3E 39
Octal 254 116 325 23 77 0 20 432 76 71
Binary 10101100 1001110 11010101 10011 111111 0 10000 100011010 111110 111001

Color Harmonies of #AC4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ED5

Black with #AC4ED5

Text Example


Text Example

White with #AC4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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