Html Css Color HEX #AC4ED8 Medium Orchid

📋 copy color: '#AC4ED8'

red 172 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #AC4ED8

Tints of Medium Orchid #AC4ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 36.91%
G = 16.74%
B = 46.35%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC4ED8 (or 0xAC4ED8) is known color: Medium Orchid. HEX triplet: AC, 4E and D8. RGB value is (172,78,216). Sum of RGB (Red+Green+Blue) = 172+78+216=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED8 is #53B127. Grayscale: #797979. Windows color (decimal): -5484840 or 14175916. OLE color: 14175916.

HSL color Cylindrical-coordinate representation of color #AC4ED8: hue angle of 280.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4ED8 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 78 216 -
CMYK 0.20 0.64 0 0.15
HSL 280.87º 0.64% 0.58% -
HSV(B) 280.87º 0.64% 0.85% -
XYZ 32.13 19.18 66.97 -
YUV 121.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 172 78 216 0.20 0.64 0 0.15 280.87 0.64 0.58
Hex AC 4E D8 14 40 0 F 119 40 3A
Octal 254 116 330 24 100 0 17 431 100 72
Binary 10101100 1001110 11011000 10100 1000000 0 1111 100011001 1000000 111010

Color Harmonies of #AC4ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ED8

Black with #AC4ED8

Text Example


Text Example

White with #AC4ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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