Html Css Color HEX #AC4ED4 Medium Orchid

📋 copy color: '#AC4ED4'

red 172 ◦ green 78 ◦ blue 212

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

Shades of Medium Orchid #AC4ED4

Tints of Medium Orchid #AC4ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 37.23%
G = 16.88%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC4ED4 (or 0xAC4ED4) is known color: Medium Orchid. HEX triplet: AC, 4E and D4. RGB value is (172,78,212). Sum of RGB (Red+Green+Blue) = 172+78+212=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC4ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED4 is #53B12B. Grayscale: #787878. Windows color (decimal): -5484844 or 13913772. OLE color: 13913772.

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

Color convert

RGB 172 78 212 -
CMYK 0.19 0.63 0 0.17
HSL 282.09º 0.61% 0.57% -
HSV(B) 282.09º 0.63% 0.83% -
XYZ 31.62 18.97 64.28 -
YUV 121.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 172 78 212 0.19 0.63 0 0.17 282.09 0.61 0.57
Hex AC 4E D4 13 3F 0 11 11A 3D 39
Octal 254 116 324 23 77 0 21 432 75 71
Binary 10101100 1001110 11010100 10011 111111 0 10001 100011010 111101 111001

Color Harmonies of #AC4ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ED4

Black with #AC4ED4

Text Example


Text Example

White with #AC4ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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