Html Css Color HEX #AC4DEC Medium Orchid

📋 copy color: '#AC4DEC'

red 172 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #AC4DEC

Tints of Medium Orchid #AC4DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 35.46%
G = 15.88%
B = 48.66%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4DEC (or 0xAC4DEC) is known color: Medium Orchid. HEX triplet: AC, 4D and EC. RGB value is (172,77,236). Sum of RGB (Red+Green+Blue) = 172+77+236=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DEC is #53B213. Grayscale: #7A7A7A. Windows color (decimal): -5485076 or 15486380. OLE color: 15486380.

HSL color Cylindrical-coordinate representation of color #AC4DEC: hue angle of 275.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4DEC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 77 236 -
CMYK 0.27 0.67 0 0.07
HSL 275.85º 0.81% 0.61% -
HSV(B) 275.85º 0.67% 0.93% -
XYZ 34.81 20.13 81.41 -
YUV 123.53 191.47 162.57 -
System Red Green Blue C M Y K H S L
Decimal 172 77 236 0.27 0.67 0 0.07 275.85 0.81 0.61
Hex AC 4D EC 1B 43 0 7 114 51 3D
Octal 254 115 354 33 103 0 7 424 121 75
Binary 10101100 1001101 11101100 11011 1000011 0 111 100010100 1010001 111101

Color Harmonies of #AC4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DEC

Black with #AC4DEC

Text Example


Text Example

White with #AC4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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